eslint-config-silverwind 94.1.0 → 94.1.2
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 -7
- package/dist/index.json +4 -1
- package/package.json +10 -10
package/dist/index.js
CHANGED
|
@@ -482,7 +482,7 @@ const eslintrc = {
|
|
|
482
482
|
"prefer-object-has-own": [2],
|
|
483
483
|
"prefer-object-spread": [2],
|
|
484
484
|
"prefer-promise-reject-errors": [2, { "allowEmptyReject": false }],
|
|
485
|
-
"prefer-regex-literals": [2],
|
|
485
|
+
"prefer-regex-literals": [2, { disallowRedundantWrapping: true }],
|
|
486
486
|
"prefer-rest-params": [2],
|
|
487
487
|
"prefer-spread": [2],
|
|
488
488
|
"prefer-template": [2],
|
|
@@ -874,18 +874,12 @@ const index = [
|
|
|
874
874
|
}
|
|
875
875
|
}, { arrayExtend: true }),
|
|
876
876
|
deepMerge(common, {
|
|
877
|
-
// @ts-expect-error -- error in package types?
|
|
878
877
|
...playwright.configs["flat/recommended"],
|
|
879
878
|
files: [
|
|
880
879
|
"tests/**"
|
|
881
880
|
],
|
|
882
|
-
"plugins": {
|
|
883
|
-
// @ts-expect-error -- error in package types?
|
|
884
|
-
"playwright": playwright.configs["flat/recommended"].plugins.playwright
|
|
885
|
-
},
|
|
886
881
|
rules: {
|
|
887
882
|
...baseRules,
|
|
888
|
-
// @ts-expect-error -- error in package types?
|
|
889
883
|
...playwright.configs["flat/recommended"].rules,
|
|
890
884
|
"playwright/expect-expect": [0]
|
|
891
885
|
}
|
package/dist/index.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-silverwind",
|
|
3
|
-
"version": "94.1.
|
|
3
|
+
"version": "94.1.2",
|
|
4
4
|
"description": "Exhaustive ESLint configuration",
|
|
5
5
|
"author": "silverwind <me@silverwind.io>",
|
|
6
6
|
"repository": "silverwind/eslint-config-silverwind",
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
|
|
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.10.1",
|
|
21
|
+
"@stylistic/eslint-plugin-jsx": "2.10.1",
|
|
22
|
+
"@typescript-eslint/parser": "8.13.0",
|
|
23
23
|
"deepie-merge": "1.3.0",
|
|
24
|
-
"eslint-config-silverwind-react": "32.0.
|
|
24
|
+
"eslint-config-silverwind-react": "32.0.3",
|
|
25
25
|
"eslint-config-silverwind-typescript": "9.1.1",
|
|
26
26
|
"eslint-import-resolver-typescript": "3.6.3",
|
|
27
27
|
"eslint-plugin-array-func": "4.0.0",
|
|
@@ -29,23 +29,23 @@
|
|
|
29
29
|
"eslint-plugin-import": "2.31.0",
|
|
30
30
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
31
31
|
"eslint-plugin-no-use-extend-native": "0.5.0",
|
|
32
|
-
"eslint-plugin-playwright": "2.0.
|
|
32
|
+
"eslint-plugin-playwright": "2.0.1",
|
|
33
33
|
"eslint-plugin-react": "7.37.2",
|
|
34
34
|
"eslint-plugin-react-hooks": "5.0.0",
|
|
35
35
|
"eslint-plugin-react-refresh": "0.4.14",
|
|
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.11.0",
|
|
39
39
|
"eslint-plugin-unicorn": "56.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
|
-
"globals": "15.
|
|
44
|
-
"typescript-eslint": "8.
|
|
43
|
+
"globals": "15.12.0",
|
|
44
|
+
"typescript-eslint": "8.13.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@types/eslint": "9.6.1",
|
|
48
|
-
"@types/node": "22.
|
|
48
|
+
"@types/node": "22.9.0",
|
|
49
49
|
"eslint": "8.57.1",
|
|
50
50
|
"typescript": "5.6.3",
|
|
51
51
|
"typescript-config-silverwind": "6.0.1",
|