eslint-config-silverwind 87.2.0 → 87.2.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/.eslintrc.d.cts +0 -3
- package/dist/index.js +4 -2
- package/dist/index.json +2 -1
- package/package.json +8 -8
package/dist/.eslintrc.d.cts
CHANGED
package/dist/index.js
CHANGED
|
@@ -81,7 +81,8 @@ const eslintrc = {
|
|
|
81
81
|
{
|
|
82
82
|
"files": [
|
|
83
83
|
"**/*.test.*",
|
|
84
|
-
"vitest.setup.*"
|
|
84
|
+
"vitest.setup.*",
|
|
85
|
+
"integration/**"
|
|
85
86
|
],
|
|
86
87
|
"env": {
|
|
87
88
|
"vitest-globals/env": true
|
|
@@ -820,7 +821,8 @@ const index = [
|
|
|
820
821
|
deepMerge(common, {
|
|
821
822
|
"files": [
|
|
822
823
|
"**/*.test.*",
|
|
823
|
-
"vitest.setup.*"
|
|
824
|
+
"vitest.setup.*",
|
|
825
|
+
"integration/**"
|
|
824
826
|
],
|
|
825
827
|
plugins: {
|
|
826
828
|
vitest
|
package/dist/index.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-silverwind",
|
|
3
|
-
"version": "87.2.
|
|
3
|
+
"version": "87.2.2",
|
|
4
4
|
"description": "Exhaustive ESLint configuration",
|
|
5
5
|
"author": "silverwind <me@silverwind.io>",
|
|
6
6
|
"repository": "silverwind/eslint-config-silverwind",
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"@eslint-community/eslint-plugin-eslint-comments": "4.3.0",
|
|
19
19
|
"@stylistic/eslint-plugin-js": "2.1.0",
|
|
20
20
|
"@stylistic/eslint-plugin-jsx": "2.1.0",
|
|
21
|
-
"@typescript-eslint/parser": "7.
|
|
21
|
+
"@typescript-eslint/parser": "7.13.0",
|
|
22
22
|
"deepie-merge": "1.3.0",
|
|
23
|
-
"eslint-config-silverwind-react": "29.1.
|
|
24
|
-
"eslint-config-silverwind-typescript": "3.2.
|
|
23
|
+
"eslint-config-silverwind-react": "29.1.2",
|
|
24
|
+
"eslint-config-silverwind-typescript": "3.2.11",
|
|
25
25
|
"eslint-import-resolver-typescript": "3.6.1",
|
|
26
26
|
"eslint-plugin-array-func": "4.0.0",
|
|
27
27
|
"eslint-plugin-etc": "2.0.3",
|
|
@@ -39,18 +39,18 @@
|
|
|
39
39
|
"eslint-plugin-validate-jsx-nesting": "0.1.1",
|
|
40
40
|
"eslint-plugin-vitest": "0.4.1",
|
|
41
41
|
"eslint-plugin-vitest-globals": "1.5.0",
|
|
42
|
-
"globals": "15.
|
|
43
|
-
"typescript-eslint": "7.
|
|
42
|
+
"globals": "15.4.0",
|
|
43
|
+
"typescript-eslint": "7.13.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/eslint": "8.56.10",
|
|
47
47
|
"@types/node": "20.14.2",
|
|
48
48
|
"eslint": "8.57.0",
|
|
49
49
|
"typescript": "5.4.5",
|
|
50
|
-
"typescript-config-silverwind": "5.0.
|
|
50
|
+
"typescript-config-silverwind": "5.0.3",
|
|
51
51
|
"updates": "16.2.0",
|
|
52
52
|
"versions": "12.1.2",
|
|
53
|
-
"vite": "5.2.
|
|
53
|
+
"vite": "5.2.13",
|
|
54
54
|
"vite-config-silverwind": "2.1.4",
|
|
55
55
|
"vitest": "1.6.0",
|
|
56
56
|
"vitest-config-silverwind": "9.0.6"
|