eslint-config-silverwind 102.0.3 → 102.0.4
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 +0 -1
- package/dist/index.json +0 -3
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -958,7 +958,6 @@ const eslintrc = o({
|
|
|
958
958
|
"sonarjs/no-inverted-boolean-check": [2],
|
|
959
959
|
"sonarjs/no-nested-switch": [0],
|
|
960
960
|
"sonarjs/no-nested-template-literals": [0],
|
|
961
|
-
"sonarjs/no-one-iteration-loop": [2],
|
|
962
961
|
"sonarjs/no-redundant-boolean": [2],
|
|
963
962
|
"sonarjs/no-redundant-jump": [0],
|
|
964
963
|
"sonarjs/no-same-line-conditional": [2],
|
package/dist/index.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-silverwind",
|
|
3
|
-
"version": "102.0.
|
|
3
|
+
"version": "102.0.4",
|
|
4
4
|
"description": "Exhaustive ESLint configuration",
|
|
5
5
|
"author": "silverwind <me@silverwind.io>",
|
|
6
6
|
"repository": "silverwind/eslint-config-silverwind",
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"@stylistic/eslint-plugin-js": "3.1.0",
|
|
20
20
|
"@stylistic/eslint-plugin-jsx": "3.1.0",
|
|
21
21
|
"@stylistic/eslint-plugin-ts": "3.1.0",
|
|
22
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
23
|
-
"@typescript-eslint/parser": "8.
|
|
22
|
+
"@typescript-eslint/eslint-plugin": "8.41.0",
|
|
23
|
+
"@typescript-eslint/parser": "8.41.0",
|
|
24
24
|
"@vitest/eslint-plugin": "1.3.4",
|
|
25
|
-
"deepie-merge": "1.3.
|
|
25
|
+
"deepie-merge": "1.3.4",
|
|
26
26
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
27
27
|
"eslint-plugin-array-func": "4.0.0",
|
|
28
28
|
"eslint-plugin-import-x": "4.16.1",
|
|
@@ -33,19 +33,19 @@
|
|
|
33
33
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
34
34
|
"eslint-plugin-react-refresh": "0.4.20",
|
|
35
35
|
"eslint-plugin-regexp": "2.10.0",
|
|
36
|
-
"eslint-plugin-sonarjs": "3.0.
|
|
36
|
+
"eslint-plugin-sonarjs": "3.0.5",
|
|
37
37
|
"eslint-plugin-storybook": "0.12.0",
|
|
38
38
|
"eslint-plugin-tsdoc": "0.4.0",
|
|
39
39
|
"eslint-plugin-unicorn": "56.0.1",
|
|
40
40
|
"eslint-plugin-validate-jsx-nesting": "0.1.1",
|
|
41
41
|
"globals": "16.3.0",
|
|
42
|
-
"typescript-eslint": "8.
|
|
42
|
+
"typescript-eslint": "8.41.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@types/eslint": "9.6.1",
|
|
46
46
|
"@types/eslint-plugin-jsx-a11y": "6.10.0",
|
|
47
47
|
"@types/node": "24.3.0",
|
|
48
|
-
"@types/react": "19.1.
|
|
48
|
+
"@types/react": "19.1.11",
|
|
49
49
|
"eslint": "8.57.1",
|
|
50
50
|
"eslint-define-config": "2.1.0",
|
|
51
51
|
"react": "19.1.1",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"typescript-config-silverwind": "10.0.1",
|
|
54
54
|
"updates": "16.6.2",
|
|
55
55
|
"versions": "13.1.1",
|
|
56
|
-
"vite": "7.1.
|
|
56
|
+
"vite": "7.1.3",
|
|
57
57
|
"vite-config-silverwind": "5.4.0",
|
|
58
58
|
"vitest": "3.2.4",
|
|
59
59
|
"vitest-config-silverwind": "10.2.0"
|