@icebreakers/eslint-config 0.3.14 → 0.3.16
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 +2 -0
- package/dist/index.js +2 -0
- package/package.json +3 -2
package/dist/index.cjs
CHANGED
|
@@ -128,6 +128,8 @@ function icebreaker(options = {}, ...userConfigs) {
|
|
|
128
128
|
"ts/prefer-ts-expect-error": "off",
|
|
129
129
|
"ts/ban-ts-comment": "off",
|
|
130
130
|
"vue/attribute-hyphenation": "off",
|
|
131
|
+
"vue/v-on-event-hyphenation": "off",
|
|
132
|
+
"vue/custom-event-name-casing": "off",
|
|
131
133
|
// 问题在于 auto fix 的时候,会直接 remove 整个 import ,而我们想让用户自己去 remove
|
|
132
134
|
// 'unused-imports/no-unused-imports': 'error',
|
|
133
135
|
// https://typescript-eslint.io/rules/no-unused-vars/
|
package/dist/index.js
CHANGED
|
@@ -106,6 +106,8 @@ function icebreaker(options = {}, ...userConfigs) {
|
|
|
106
106
|
"ts/prefer-ts-expect-error": "off",
|
|
107
107
|
"ts/ban-ts-comment": "off",
|
|
108
108
|
"vue/attribute-hyphenation": "off",
|
|
109
|
+
"vue/v-on-event-hyphenation": "off",
|
|
110
|
+
"vue/custom-event-name-casing": "off",
|
|
109
111
|
// 问题在于 auto fix 的时候,会直接 remove 整个 import ,而我们想让用户自己去 remove
|
|
110
112
|
// 'unused-imports/no-unused-imports': 'error',
|
|
111
113
|
// https://typescript-eslint.io/rules/no-unused-vars/
|
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.16",
|
|
5
5
|
"description": "icebreakers's eslint config",
|
|
6
6
|
"author": "SonOfMagic <qq1324318532@gmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -33,12 +33,13 @@
|
|
|
33
33
|
"dist"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@antfu/eslint-config": "2.
|
|
36
|
+
"@antfu/eslint-config": "2.24.0",
|
|
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.8.0",
|
|
42
43
|
"local-pkg": "0.5.0"
|
|
43
44
|
},
|
|
44
45
|
"publishConfig": {
|