@alexlit/config-eslint 61.0.2 → 62.0.0
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/dictionaries/default.js +12 -0
- package/package.json +12 -12
- package/plugins/typescript/index.js +1 -1
- package/plugins/unicorn.js +2 -0
- package/plugins/vue.js +4 -0
package/dictionaries/default.js
CHANGED
|
@@ -19,6 +19,8 @@ module.exports = [
|
|
|
19
19
|
'annunciate',
|
|
20
20
|
'apollo',
|
|
21
21
|
'applescript',
|
|
22
|
+
'aquarius',
|
|
23
|
+
'aries',
|
|
22
24
|
'aromatize',
|
|
23
25
|
'asyncgenerator',
|
|
24
26
|
'asynciterable',
|
|
@@ -49,6 +51,7 @@ module.exports = [
|
|
|
49
51
|
'calc',
|
|
50
52
|
'camelcase',
|
|
51
53
|
'caniuse',
|
|
54
|
+
'capricorn',
|
|
52
55
|
'cardano',
|
|
53
56
|
'cascadia',
|
|
54
57
|
'centos',
|
|
@@ -142,6 +145,7 @@ module.exports = [
|
|
|
142
145
|
'forlese',
|
|
143
146
|
'formnovalidate',
|
|
144
147
|
'fulfil',
|
|
148
|
+
'gemini',
|
|
145
149
|
'getters',
|
|
146
150
|
'globbing',
|
|
147
151
|
'googletagmanager',
|
|
@@ -179,12 +183,14 @@ module.exports = [
|
|
|
179
183
|
'jsnext',
|
|
180
184
|
'junit',
|
|
181
185
|
'kakao',
|
|
186
|
+
'kanban',
|
|
182
187
|
'keyframes',
|
|
183
188
|
'keyof',
|
|
184
189
|
'khtml',
|
|
185
190
|
'labelledby',
|
|
186
191
|
'langs',
|
|
187
192
|
'laravel',
|
|
193
|
+
'libra',
|
|
188
194
|
'lifeomic',
|
|
189
195
|
'linecap',
|
|
190
196
|
'linejoin',
|
|
@@ -271,6 +277,7 @@ module.exports = [
|
|
|
271
277
|
'phantomjs',
|
|
272
278
|
'pinia',
|
|
273
279
|
'pipeless',
|
|
280
|
+
'pisces',
|
|
274
281
|
'playsinline',
|
|
275
282
|
'plist',
|
|
276
283
|
'plopfile',
|
|
@@ -304,6 +311,7 @@ module.exports = [
|
|
|
304
311
|
'rewriter',
|
|
305
312
|
'robohash',
|
|
306
313
|
'rollup',
|
|
314
|
+
'sagittarius',
|
|
307
315
|
'samsung',
|
|
308
316
|
'saponify',
|
|
309
317
|
'satirise',
|
|
@@ -311,6 +319,7 @@ module.exports = [
|
|
|
311
319
|
'scabble',
|
|
312
320
|
'scalable',
|
|
313
321
|
'scannable',
|
|
322
|
+
'scorpio',
|
|
314
323
|
'scripthost',
|
|
315
324
|
'scroller',
|
|
316
325
|
'selfsigned',
|
|
@@ -342,11 +351,13 @@ module.exports = [
|
|
|
342
351
|
'systemize',
|
|
343
352
|
'tagless',
|
|
344
353
|
'taobao',
|
|
354
|
+
'taurus',
|
|
345
355
|
'tcsbank',
|
|
346
356
|
'tethererc',
|
|
347
357
|
'tezos',
|
|
348
358
|
'thead',
|
|
349
359
|
'theming',
|
|
360
|
+
'timelines',
|
|
350
361
|
'tooltip',
|
|
351
362
|
'tooltips',
|
|
352
363
|
'toplevel',
|
|
@@ -372,6 +383,7 @@ module.exports = [
|
|
|
372
383
|
'uploader',
|
|
373
384
|
'verificator',
|
|
374
385
|
'vetur',
|
|
386
|
+
'virgo',
|
|
375
387
|
'visibilitychange',
|
|
376
388
|
'vite',
|
|
377
389
|
'vitejs',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-eslint",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "62.0.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "eslint config",
|
|
6
6
|
"keywords": [
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@intlify/eslint-plugin-vue-i18n": "^2.0.0",
|
|
43
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
44
|
-
"@typescript-eslint/parser": "^
|
|
45
|
-
"eslint": "^8.
|
|
43
|
+
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
44
|
+
"@typescript-eslint/parser": "^6.0.0",
|
|
45
|
+
"eslint": "^8.44.0",
|
|
46
46
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
47
47
|
"eslint-config-prettier": "^8.8.0",
|
|
48
|
-
"eslint-define-config": "^1.
|
|
48
|
+
"eslint-define-config": "^1.21.0",
|
|
49
49
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
50
50
|
"eslint-plugin-array-func": "^3.1.8",
|
|
51
51
|
"eslint-plugin-compat": "^4.1.4",
|
|
@@ -58,12 +58,12 @@
|
|
|
58
58
|
"eslint-plugin-jest": "^27.2.2",
|
|
59
59
|
"eslint-plugin-jest-dom": "^5.0.1",
|
|
60
60
|
"eslint-plugin-jest-formatting": "^3.1.0",
|
|
61
|
-
"eslint-plugin-jsdoc": "^46.
|
|
61
|
+
"eslint-plugin-jsdoc": "^46.4.3",
|
|
62
62
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
63
63
|
"eslint-plugin-lit": "^1.8.3",
|
|
64
|
-
"eslint-plugin-lit-a11y": "^
|
|
64
|
+
"eslint-plugin-lit-a11y": "^4.1.0",
|
|
65
65
|
"eslint-plugin-more": "^1.0.5",
|
|
66
|
-
"eslint-plugin-no-await-in-promise": "^1.1.
|
|
66
|
+
"eslint-plugin-no-await-in-promise": "^1.1.5",
|
|
67
67
|
"eslint-plugin-no-constructor-bind": "^2.0.4",
|
|
68
68
|
"eslint-plugin-no-explicit-type-exports": "^0.12.1",
|
|
69
69
|
"eslint-plugin-no-inferred-method-name": "^2.0.0",
|
|
@@ -91,14 +91,14 @@
|
|
|
91
91
|
"eslint-plugin-typescript-sort-keys": "^2.3.0",
|
|
92
92
|
"eslint-plugin-unicorn": "^47.0.0",
|
|
93
93
|
"eslint-plugin-unused-imports": "^2.0.0",
|
|
94
|
-
"eslint-plugin-vue": "^9.15.
|
|
94
|
+
"eslint-plugin-vue": "^9.15.1",
|
|
95
95
|
"eslint-plugin-vuejs-accessibility": "^2.1.0",
|
|
96
|
-
"eslint-plugin-vuetify": "^2.0.
|
|
96
|
+
"eslint-plugin-vuetify": "^2.0.3",
|
|
97
97
|
"eslint-plugin-wc": "^1.5.0",
|
|
98
98
|
"eslint-plugin-write-good-comments": "^0.2.0",
|
|
99
|
-
"typescript": "^5.1.
|
|
99
|
+
"typescript": "^5.1.6"
|
|
100
100
|
},
|
|
101
101
|
"devDependencies": {
|
|
102
|
-
"@alexlit/lint-kit": "^
|
|
102
|
+
"@alexlit/lint-kit": "^97.0.0"
|
|
103
103
|
}
|
|
104
104
|
}
|
|
@@ -150,7 +150,7 @@ module.exports = {
|
|
|
150
150
|
'@typescript-eslint/no-unused-vars': 'off', // delegate to eslint-plugin-unused-imports
|
|
151
151
|
'@typescript-eslint/no-use-before-define': ['warn'],
|
|
152
152
|
'@typescript-eslint/no-var-requires': 'off',
|
|
153
|
-
'@typescript-eslint/sort-type-union-intersection-members': ['error'],
|
|
153
|
+
// '@typescript-eslint/sort-type-union-intersection-members': ['error'],
|
|
154
154
|
'@typescript-eslint/unified-signatures': ['error'],
|
|
155
155
|
},
|
|
156
156
|
};
|
package/plugins/unicorn.js
CHANGED
package/plugins/vue.js
CHANGED
|
@@ -185,8 +185,12 @@ module.exports = {
|
|
|
185
185
|
|
|
186
186
|
'vue/no-useless-v-bind': ['error'],
|
|
187
187
|
|
|
188
|
+
'vue/no-v-for-template-key': 'off',
|
|
189
|
+
|
|
188
190
|
'vue/no-v-html': ['error'],
|
|
189
191
|
|
|
192
|
+
'vue/no-v-model-argument': 'off',
|
|
193
|
+
|
|
190
194
|
'vue/no-v-text': ['error'],
|
|
191
195
|
|
|
192
196
|
'vue/no-v-text-v-html-on-component': ['error'],
|