eslint-config-silverwind 89.0.1 → 90.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.d.ts +1 -1
- package/dist/index.js +1 -0
- package/dist/index.json +3 -0
- package/package.json +10 -10
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -629,6 +629,7 @@ const eslintrc = {
|
|
|
629
629
|
"unicorn/no-invalid-fetch-options": [2],
|
|
630
630
|
"unicorn/no-invalid-remove-event-listener": [2],
|
|
631
631
|
"unicorn/no-keyword-prefix": [0],
|
|
632
|
+
"unicorn/no-length-as-slice-end": [2],
|
|
632
633
|
"unicorn/no-lonely-if": [2],
|
|
633
634
|
"unicorn/no-magic-array-flat-depth": [0],
|
|
634
635
|
"unicorn/no-negated-condition": [0],
|
package/dist/index.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-silverwind",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "90.0.0",
|
|
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
|
"@eslint/compat": "1.1.1",
|
|
20
20
|
"@stylistic/eslint-plugin-js": "2.3.0",
|
|
21
21
|
"@stylistic/eslint-plugin-jsx": "2.3.0",
|
|
22
|
-
"@typescript-eslint/parser": "7.
|
|
22
|
+
"@typescript-eslint/parser": "7.17.0",
|
|
23
23
|
"deepie-merge": "1.3.0",
|
|
24
24
|
"eslint-config-silverwind-react": "30.0.0",
|
|
25
|
-
"eslint-config-silverwind-typescript": "
|
|
25
|
+
"eslint-config-silverwind-typescript": "7.0.1",
|
|
26
26
|
"eslint-import-resolver-typescript": "3.6.1",
|
|
27
27
|
"eslint-plugin-array-func": "4.0.0",
|
|
28
28
|
"eslint-plugin-deprecation": "3.0.0",
|
|
@@ -34,26 +34,26 @@
|
|
|
34
34
|
"eslint-plugin-react-hooks": "4.6.2",
|
|
35
35
|
"eslint-plugin-react-refresh": "0.4.9",
|
|
36
36
|
"eslint-plugin-regexp": "2.6.0",
|
|
37
|
-
"eslint-plugin-sonarjs": "1.0.
|
|
37
|
+
"eslint-plugin-sonarjs": "1.0.4",
|
|
38
38
|
"eslint-plugin-storybook": "0.8.0",
|
|
39
|
-
"eslint-plugin-unicorn": "
|
|
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.8.0",
|
|
44
|
-
"typescript-eslint": "7.
|
|
44
|
+
"typescript-eslint": "7.17.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@types/eslint": "
|
|
48
|
-
"@types/node": "20.14.
|
|
47
|
+
"@types/eslint": "9.6.0",
|
|
48
|
+
"@types/node": "20.14.12",
|
|
49
49
|
"eslint": "8.57.0",
|
|
50
50
|
"typescript": "5.4.5",
|
|
51
51
|
"typescript-config-silverwind": "5.1.3",
|
|
52
52
|
"updates": "16.2.1",
|
|
53
53
|
"versions": "12.1.2",
|
|
54
|
-
"vite": "5.3.
|
|
54
|
+
"vite": "5.3.5",
|
|
55
55
|
"vite-config-silverwind": "3.0.0",
|
|
56
|
-
"vitest": "2.0.
|
|
56
|
+
"vitest": "2.0.4",
|
|
57
57
|
"vitest-config-silverwind": "9.1.0"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|