eslint-config-silverwind 96.0.8 → 96.0.9
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 +2 -1
- package/dist/index.json +2 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -562,7 +562,8 @@ const eslintrc = {
|
|
|
562
562
|
"import/no-amd": [2],
|
|
563
563
|
"import/no-anonymous-default-export": [0],
|
|
564
564
|
"import/no-commonjs": [2, { "allowConditionalRequire": false }],
|
|
565
|
-
"import/no-cycle": [2, { "ignoreExternal": true, "maxDepth": 1 }],
|
|
565
|
+
"import/no-cycle": [2, { "ignoreExternal": true, "maxDepth": 1, disableScc: true }],
|
|
566
|
+
// disableScc is a massive speed gain
|
|
566
567
|
"import/no-default-export": [0],
|
|
567
568
|
"import/no-deprecated": [0],
|
|
568
569
|
"import/no-duplicates": [2],
|
package/dist/index.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-silverwind",
|
|
3
|
-
"version": "96.0.
|
|
3
|
+
"version": "96.0.9",
|
|
4
4
|
"description": "Exhaustive ESLint configuration",
|
|
5
5
|
"author": "silverwind <me@silverwind.io>",
|
|
6
6
|
"repository": "silverwind/eslint-config-silverwind",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
|
|
19
|
-
"@stylistic/eslint-plugin-js": "2.
|
|
20
|
-
"@stylistic/eslint-plugin-jsx": "2.
|
|
19
|
+
"@stylistic/eslint-plugin-js": "2.12.0",
|
|
20
|
+
"@stylistic/eslint-plugin-jsx": "2.12.0",
|
|
21
21
|
"@typescript-eslint/eslint-plugin": "8.17.0",
|
|
22
22
|
"@typescript-eslint/parser": "8.17.0",
|
|
23
23
|
"deepie-merge": "1.3.0",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"eslint": "9.16.0",
|
|
48
48
|
"typescript": "5.7.2",
|
|
49
49
|
"typescript-config-silverwind": "6.2.0",
|
|
50
|
-
"updates": "16.4.
|
|
50
|
+
"updates": "16.4.1",
|
|
51
51
|
"versions": "12.1.2",
|
|
52
52
|
"vite": "5.4.11",
|
|
53
53
|
"vite-config-silverwind": "3.1.0",
|