eslint-config-silverwind 100.1.4 → 100.2.1

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 CHANGED
@@ -115,8 +115,6 @@ const eslintrc = o({
115
115
  "globals": Object.fromEntries(Object.keys(globals.vitest).map((e) => [e, true])),
116
116
  "rules": {
117
117
  "unicorn/consistent-function-scoping": [0],
118
- "@stylistic/js/no-tabs": [0],
119
- // allow in test fixtures
120
118
  "@vitest/consistent-test-filename": [0],
121
119
  "@vitest/consistent-test-it": [0],
122
120
  "@vitest/expect-expect": [0],
@@ -354,7 +352,8 @@ const eslintrc = o({
354
352
  "@stylistic/js/no-mixed-spaces-and-tabs": [2],
355
353
  "@stylistic/js/no-multi-spaces": [2, { "ignoreEOLComments": true, "exceptions": { "Property": true } }],
356
354
  "@stylistic/js/no-multiple-empty-lines": [2, { "max": 2, "maxEOF": 1, "maxBOF": 0 }],
357
- "@stylistic/js/no-tabs": [2],
355
+ "@stylistic/js/no-tabs": [0],
356
+ // start if line is covered by indent
358
357
  "@stylistic/js/no-trailing-spaces": [2],
359
358
  "@stylistic/js/no-whitespace-before-property": [2],
360
359
  "@stylistic/js/nonblock-statement-body-position": [2],
@@ -453,7 +452,7 @@ const eslintrc = o({
453
452
  "@typescript-eslint/no-unnecessary-parameter-property-assignment": [2],
454
453
  "@typescript-eslint/no-unnecessary-qualifier": [0],
455
454
  "@typescript-eslint/no-unnecessary-template-expression": [0],
456
- "@typescript-eslint/no-unnecessary-type-arguments": [2],
455
+ "@typescript-eslint/no-unnecessary-type-arguments": [0],
457
456
  "@typescript-eslint/no-unnecessary-type-assertion": [2],
458
457
  // previously had typesToIgnore: [HTMLElement, NodeListOf<HTMLElement>]
459
458
  "@typescript-eslint/no-unnecessary-type-constraint": [2],
package/dist/index.json CHANGED
@@ -202,9 +202,6 @@
202
202
  "unicorn/consistent-function-scoping": [
203
203
  0
204
204
  ],
205
- "@stylistic/js/no-tabs": [
206
- 0
207
- ],
208
205
  "@vitest/consistent-test-filename": [
209
206
  0
210
207
  ],
@@ -900,7 +897,7 @@
900
897
  }
901
898
  ],
902
899
  "@stylistic/js/no-tabs": [
903
- 2
900
+ 0
904
901
  ],
905
902
  "@stylistic/js/no-trailing-spaces": [
906
903
  2
@@ -1248,7 +1245,7 @@
1248
1245
  0
1249
1246
  ],
1250
1247
  "@typescript-eslint/no-unnecessary-type-arguments": [
1251
- 2
1248
+ 0
1252
1249
  ],
1253
1250
  "@typescript-eslint/no-unnecessary-type-assertion": [
1254
1251
  2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-silverwind",
3
- "version": "100.1.4",
3
+ "version": "100.2.1",
4
4
  "description": "Exhaustive ESLint configuration",
5
5
  "author": "silverwind <me@silverwind.io>",
6
6
  "repository": "silverwind/eslint-config-silverwind",
@@ -19,9 +19,9 @@
19
19
  "@stylistic/eslint-plugin-js": "3.1.0",
20
20
  "@stylistic/eslint-plugin-jsx": "3.1.0",
21
21
  "@stylistic/eslint-plugin-ts": "3.1.0",
22
- "@typescript-eslint/eslint-plugin": "8.31.0",
23
- "@typescript-eslint/parser": "8.31.0",
24
- "@vitest/eslint-plugin": "1.1.43",
22
+ "@typescript-eslint/eslint-plugin": "8.31.1",
23
+ "@typescript-eslint/parser": "8.31.1",
24
+ "@vitest/eslint-plugin": "1.1.44",
25
25
  "deepie-merge": "1.3.1",
26
26
  "eslint-import-resolver-typescript": "4.3.4",
27
27
  "eslint-plugin-array-func": "4.0.0",
@@ -39,7 +39,7 @@
39
39
  "eslint-plugin-unicorn": "56.0.1",
40
40
  "eslint-plugin-validate-jsx-nesting": "0.1.1",
41
41
  "globals": "16.0.0",
42
- "typescript-eslint": "8.31.0"
42
+ "typescript-eslint": "8.31.1"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/eslint": "9.6.1",
@@ -48,12 +48,12 @@
48
48
  "eslint": "8.57.1",
49
49
  "eslint-define-config": "2.1.0",
50
50
  "typescript": "5.8.3",
51
- "typescript-config-silverwind": "9.0.7",
51
+ "typescript-config-silverwind": "9.0.8",
52
52
  "updates": "16.4.2",
53
53
  "versions": "12.1.3",
54
- "vite": "6.3.3",
55
- "vite-config-silverwind": "5.2.3",
56
- "vitest": "3.1.2",
54
+ "vite": "6.3.5",
55
+ "vite-config-silverwind": "5.2.4",
56
+ "vitest": "3.1.3",
57
57
  "vitest-config-silverwind": "10.0.2"
58
58
  },
59
59
  "peerDependencies": {