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.
@@ -1,5 +1,2 @@
1
1
  declare let _extends: string;
2
2
  export { _extends as extends };
3
- export declare let rules: {
4
- "i/no-commonjs": number[];
5
- };
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
@@ -124,7 +124,8 @@
124
124
  {
125
125
  "files": [
126
126
  "**/*.test.*",
127
- "vitest.setup.*"
127
+ "vitest.setup.*",
128
+ "integration/**"
128
129
  ],
129
130
  "env": {
130
131
  "vitest-globals/env": true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-silverwind",
3
- "version": "87.2.0",
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.12.0",
21
+ "@typescript-eslint/parser": "7.13.0",
22
22
  "deepie-merge": "1.3.0",
23
- "eslint-config-silverwind-react": "29.1.1",
24
- "eslint-config-silverwind-typescript": "3.2.8",
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.3.0",
43
- "typescript-eslint": "7.12.0"
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.1",
50
+ "typescript-config-silverwind": "5.0.3",
51
51
  "updates": "16.2.0",
52
52
  "versions": "12.1.2",
53
- "vite": "5.2.12",
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"