@icebreakers/eslint-config 1.3.2 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/LICENSE
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -109,7 +109,7 @@ var defuArrayFn = createDefu((object, key, currentValue) => {
|
|
|
109
109
|
}
|
|
110
110
|
});
|
|
111
111
|
|
|
112
|
-
// ../../node_modules/.pnpm/eslint-plugin-vue@10.
|
|
112
|
+
// ../../node_modules/.pnpm/eslint-plugin-vue@10.4.0_@typescript-eslint+parser@8.39.0_eslint@9.32.0_jiti@2.5.1__typ_31e9e92300e8d78f26625725583451e5/node_modules/eslint-plugin-vue/lib/utils/inline-non-void-elements.json
|
|
113
113
|
var inline_non_void_elements_default = [
|
|
114
114
|
"a",
|
|
115
115
|
"abbr",
|
package/dist/index.js
CHANGED
|
@@ -85,7 +85,7 @@ var defuArrayFn = createDefu((object, key, currentValue) => {
|
|
|
85
85
|
}
|
|
86
86
|
});
|
|
87
87
|
|
|
88
|
-
// ../../node_modules/.pnpm/eslint-plugin-vue@10.
|
|
88
|
+
// ../../node_modules/.pnpm/eslint-plugin-vue@10.4.0_@typescript-eslint+parser@8.39.0_eslint@9.32.0_jiti@2.5.1__typ_31e9e92300e8d78f26625725583451e5/node_modules/eslint-plugin-vue/lib/utils/inline-non-void-elements.json
|
|
89
89
|
var inline_non_void_elements_default = [
|
|
90
90
|
"a",
|
|
91
91
|
"abbr",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@icebreakers/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.3",
|
|
5
5
|
"description": "icebreakers's eslint config",
|
|
6
6
|
"author": "ice breaker <1324318532@qq.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"dist"
|
|
41
41
|
],
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@antfu/eslint-config": "5.
|
|
43
|
+
"@antfu/eslint-config": "5.2.0",
|
|
44
44
|
"@eslint-react/eslint-plugin": "^1.52.3",
|
|
45
|
-
"@next/eslint-plugin-next": "^15.4.
|
|
45
|
+
"@next/eslint-plugin-next": "^15.4.6",
|
|
46
46
|
"eslint-plugin-format": "1.0.1",
|
|
47
47
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
48
48
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"eslint-plugin-vuejs-accessibility": "^2.4.1"
|
|
52
52
|
},
|
|
53
53
|
"optionalDependencies": {
|
|
54
|
-
"@unocss/eslint-plugin": "66.
|
|
54
|
+
"@unocss/eslint-plugin": "66.4.1",
|
|
55
55
|
"eslint-plugin-mdx": "3.6.2"
|
|
56
56
|
},
|
|
57
57
|
"publishConfig": {
|