@alexlit/config-eslint 76.6.0 → 76.7.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/index.js +5 -4
- package/package.json +4 -4
package/dictionaries/index.js
CHANGED
|
@@ -23,11 +23,7 @@ const specialized = [
|
|
|
23
23
|
module.exports = [
|
|
24
24
|
...programming,
|
|
25
25
|
...specialized,
|
|
26
|
-
'jsonc',
|
|
27
26
|
'aave',
|
|
28
|
-
'changelogen',
|
|
29
|
-
'maxerr',
|
|
30
|
-
'tailwindcss',
|
|
31
27
|
'airbnb',
|
|
32
28
|
'aland',
|
|
33
29
|
'alexey',
|
|
@@ -85,6 +81,7 @@ module.exports = [
|
|
|
85
81
|
'centos',
|
|
86
82
|
'chaina',
|
|
87
83
|
'changelly',
|
|
84
|
+
'changelogen',
|
|
88
85
|
'chartjs',
|
|
89
86
|
'checkboxes',
|
|
90
87
|
'chokidar',
|
|
@@ -209,6 +206,7 @@ module.exports = [
|
|
|
209
206
|
'jsdoc',
|
|
210
207
|
'jsdoc',
|
|
211
208
|
'jsnext',
|
|
209
|
+
'jsonc',
|
|
212
210
|
'junit',
|
|
213
211
|
'kakao',
|
|
214
212
|
'kanban',
|
|
@@ -242,6 +240,7 @@ module.exports = [
|
|
|
242
240
|
'mastercard',
|
|
243
241
|
'materialdesignicons',
|
|
244
242
|
'mattermost',
|
|
243
|
+
'maxerr',
|
|
245
244
|
'mercurio',
|
|
246
245
|
'mercuryo',
|
|
247
246
|
'metafile',
|
|
@@ -294,6 +293,7 @@ module.exports = [
|
|
|
294
293
|
'osascript',
|
|
295
294
|
'outdent',
|
|
296
295
|
'outdir',
|
|
296
|
+
'packagejson',
|
|
297
297
|
'parens',
|
|
298
298
|
'pathname',
|
|
299
299
|
'patreon',
|
|
@@ -378,6 +378,7 @@ module.exports = [
|
|
|
378
378
|
'svgstore',
|
|
379
379
|
'systemize',
|
|
380
380
|
'tagless',
|
|
381
|
+
'tailwindcss',
|
|
381
382
|
'tanstack',
|
|
382
383
|
'taobao',
|
|
383
384
|
'taurus',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-eslint",
|
|
3
|
-
"version": "76.
|
|
3
|
+
"version": "76.7.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Eslint config",
|
|
6
6
|
"keywords": [
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@intlify/eslint-plugin-vue-i18n": "^2.0.0",
|
|
37
|
-
"@tanstack/eslint-plugin-query": "^5.
|
|
37
|
+
"@tanstack/eslint-plugin-query": "^5.27.3",
|
|
38
38
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
39
39
|
"@typescript-eslint/parser": "^6.21.0",
|
|
40
40
|
"eslint": "^8.57.0",
|
|
@@ -77,8 +77,8 @@
|
|
|
77
77
|
"eslint-plugin-typescript-sort-keys": "^3.2.0",
|
|
78
78
|
"eslint-plugin-unicorn": "^51.0.1",
|
|
79
79
|
"eslint-plugin-unused-imports": "^3.1.0",
|
|
80
|
-
"eslint-plugin-vitest": "^0.3.
|
|
81
|
-
"eslint-plugin-vue": "^9.
|
|
80
|
+
"eslint-plugin-vitest": "^0.3.26",
|
|
81
|
+
"eslint-plugin-vue": "^9.23.0",
|
|
82
82
|
"eslint-plugin-vuejs-accessibility": "^2.2.1",
|
|
83
83
|
"eslint-plugin-wc": "^2.0.4",
|
|
84
84
|
"eslint-plugin-write-good-comments": "^0.2.0",
|