@icebreakers/eslint-config 0.3.16 → 0.3.18
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/dist/index.cjs +4 -1
- package/dist/index.js +4 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -142,7 +142,10 @@ function icebreaker(options = {}, ...userConfigs) {
|
|
|
142
142
|
destructuredArrayIgnorePattern: "^_",
|
|
143
143
|
varsIgnorePattern: "^_",
|
|
144
144
|
ignoreRestSiblings: true
|
|
145
|
-
}]
|
|
145
|
+
}],
|
|
146
|
+
"unused-imports/no-unused-vars": "off",
|
|
147
|
+
"vue/no-mutating-props": "warn",
|
|
148
|
+
"ts/no-use-before-define": "warn"
|
|
146
149
|
}
|
|
147
150
|
}
|
|
148
151
|
];
|
package/dist/index.js
CHANGED
|
@@ -120,7 +120,10 @@ function icebreaker(options = {}, ...userConfigs) {
|
|
|
120
120
|
destructuredArrayIgnorePattern: "^_",
|
|
121
121
|
varsIgnorePattern: "^_",
|
|
122
122
|
ignoreRestSiblings: true
|
|
123
|
-
}]
|
|
123
|
+
}],
|
|
124
|
+
"unused-imports/no-unused-vars": "off",
|
|
125
|
+
"vue/no-mutating-props": "warn",
|
|
126
|
+
"ts/no-use-before-define": "warn"
|
|
124
127
|
}
|
|
125
128
|
}
|
|
126
129
|
];
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@icebreakers/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.18",
|
|
5
5
|
"description": "icebreakers's eslint config",
|
|
6
6
|
"author": "SonOfMagic <qq1324318532@gmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
"dist"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@antfu/eslint-config": "2.24.
|
|
36
|
+
"@antfu/eslint-config": "2.24.1",
|
|
37
37
|
"eslint-plugin-format": "0.1.2",
|
|
38
38
|
"eslint-plugin-jsx-a11y": "^6.9.0",
|
|
39
39
|
"eslint-plugin-mdx": "3.1.5",
|
|
40
40
|
"eslint-plugin-tailwindcss": "3.17.4",
|
|
41
41
|
"eslint-plugin-vuejs-accessibility": "^2.4.1",
|
|
42
|
-
"globals": "^15.
|
|
42
|
+
"globals": "^15.9.0",
|
|
43
43
|
"local-pkg": "0.5.0"
|
|
44
44
|
},
|
|
45
45
|
"publishConfig": {
|