eslint-config-silverwind 91.0.5 → 92.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/dist/index.js +1 -1
- package/dist/index.json +20 -2
- package/package.json +15 -15
package/dist/index.js
CHANGED
|
@@ -203,7 +203,7 @@ const eslintrc = {
|
|
|
203
203
|
"@stylistic/js/no-mixed-operators": [0],
|
|
204
204
|
"@stylistic/js/no-mixed-spaces-and-tabs": [2],
|
|
205
205
|
"@stylistic/js/no-multi-spaces": [2, { "ignoreEOLComments": true, "exceptions": { "Property": true } }],
|
|
206
|
-
"@stylistic/js/no-multiple-empty-lines": [2, { "max": 2, "maxEOF":
|
|
206
|
+
"@stylistic/js/no-multiple-empty-lines": [2, { "max": 2, "maxEOF": 1, "maxBOF": 0 }],
|
|
207
207
|
"@stylistic/js/no-tabs": [2],
|
|
208
208
|
"@stylistic/js/no-trailing-spaces": [2],
|
|
209
209
|
"@stylistic/js/no-whitespace-before-property": [2],
|
package/dist/index.json
CHANGED
|
@@ -283,6 +283,20 @@
|
|
|
283
283
|
]
|
|
284
284
|
}
|
|
285
285
|
},
|
|
286
|
+
{
|
|
287
|
+
"files": [
|
|
288
|
+
"**/*.config.*",
|
|
289
|
+
"**/*.stories.*",
|
|
290
|
+
"**/.storybook/**",
|
|
291
|
+
"**/*.d.ts",
|
|
292
|
+
"vitest.global.*"
|
|
293
|
+
],
|
|
294
|
+
"rules": {
|
|
295
|
+
"import/no-unused-modules": [
|
|
296
|
+
0
|
|
297
|
+
]
|
|
298
|
+
}
|
|
299
|
+
},
|
|
286
300
|
{
|
|
287
301
|
"files": [
|
|
288
302
|
"tests/**"
|
|
@@ -486,7 +500,7 @@
|
|
|
486
500
|
2,
|
|
487
501
|
{
|
|
488
502
|
"max": 2,
|
|
489
|
-
"maxEOF":
|
|
503
|
+
"maxEOF": 1,
|
|
490
504
|
"maxBOF": 0
|
|
491
505
|
}
|
|
492
506
|
],
|
|
@@ -825,7 +839,11 @@
|
|
|
825
839
|
}
|
|
826
840
|
],
|
|
827
841
|
"import/no-unused-modules": [
|
|
828
|
-
|
|
842
|
+
2,
|
|
843
|
+
{
|
|
844
|
+
"unusedExports": true,
|
|
845
|
+
"ignoreUnusedTypeExports": true
|
|
846
|
+
}
|
|
829
847
|
],
|
|
830
848
|
"import/no-useless-path-segments": [
|
|
831
849
|
2,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-silverwind",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "92.0.0",
|
|
4
4
|
"description": "Exhaustive ESLint configuration",
|
|
5
5
|
"author": "silverwind <me@silverwind.io>",
|
|
6
6
|
"repository": "silverwind/eslint-config-silverwind",
|
|
@@ -17,43 +17,43 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@eslint-community/eslint-plugin-eslint-comments": "4.4.0",
|
|
19
19
|
"@eslint/compat": "1.1.1",
|
|
20
|
-
"@stylistic/eslint-plugin-js": "2.
|
|
21
|
-
"@stylistic/eslint-plugin-jsx": "2.
|
|
22
|
-
"@typescript-eslint/parser": "8.
|
|
20
|
+
"@stylistic/eslint-plugin-js": "2.8.0",
|
|
21
|
+
"@stylistic/eslint-plugin-jsx": "2.8.0",
|
|
22
|
+
"@typescript-eslint/parser": "8.7.0",
|
|
23
23
|
"deepie-merge": "1.3.0",
|
|
24
|
-
"eslint-config-silverwind-react": "31.
|
|
25
|
-
"eslint-config-silverwind-typescript": "8.0.
|
|
24
|
+
"eslint-config-silverwind-react": "31.1.1",
|
|
25
|
+
"eslint-config-silverwind-typescript": "8.0.7",
|
|
26
26
|
"eslint-import-resolver-typescript": "3.6.3",
|
|
27
27
|
"eslint-plugin-array-func": "4.0.0",
|
|
28
28
|
"eslint-plugin-deprecation": "3.0.0",
|
|
29
|
-
"eslint-plugin-import": "2.
|
|
30
|
-
"eslint-plugin-jsx-a11y": "6.
|
|
29
|
+
"eslint-plugin-import": "2.30.0",
|
|
30
|
+
"eslint-plugin-jsx-a11y": "6.10.0",
|
|
31
31
|
"eslint-plugin-no-use-extend-native": "0.5.0",
|
|
32
32
|
"eslint-plugin-playwright": "1.6.2",
|
|
33
|
-
"eslint-plugin-react": "7.
|
|
33
|
+
"eslint-plugin-react": "7.37.0",
|
|
34
34
|
"eslint-plugin-react-hooks": "4.6.2",
|
|
35
|
-
"eslint-plugin-react-refresh": "0.4.
|
|
35
|
+
"eslint-plugin-react-refresh": "0.4.12",
|
|
36
36
|
"eslint-plugin-regexp": "2.6.0",
|
|
37
37
|
"eslint-plugin-sonarjs": "1.0.4",
|
|
38
|
-
"eslint-plugin-storybook": "0.
|
|
38
|
+
"eslint-plugin-storybook": "0.9.0",
|
|
39
39
|
"eslint-plugin-unicorn": "55.0.0",
|
|
40
40
|
"eslint-plugin-validate-jsx-nesting": "0.1.1",
|
|
41
41
|
"eslint-plugin-vitest": "0.4.1",
|
|
42
42
|
"eslint-plugin-vitest-globals": "1.5.0",
|
|
43
43
|
"globals": "15.9.0",
|
|
44
|
-
"typescript-eslint": "8.
|
|
44
|
+
"typescript-eslint": "8.7.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@types/eslint": "9.6.1",
|
|
48
|
-
"@types/node": "22.
|
|
48
|
+
"@types/node": "22.7.4",
|
|
49
49
|
"eslint": "8.57.0",
|
|
50
50
|
"typescript": "5.5.4",
|
|
51
51
|
"typescript-config-silverwind": "6.0.0",
|
|
52
52
|
"updates": "16.4.0",
|
|
53
53
|
"versions": "12.1.2",
|
|
54
|
-
"vite": "5.4.
|
|
54
|
+
"vite": "5.4.8",
|
|
55
55
|
"vite-config-silverwind": "3.0.0",
|
|
56
|
-
"vitest": "2.
|
|
56
|
+
"vitest": "2.1.1",
|
|
57
57
|
"vitest-config-silverwind": "9.1.0"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|