eslint-config-silverwind 100.1.2 → 100.1.4

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,6 +115,8 @@ 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
118
120
  "@vitest/consistent-test-filename": [0],
119
121
  "@vitest/consistent-test-it": [0],
120
122
  "@vitest/expect-expect": [0],
package/dist/index.json CHANGED
@@ -202,6 +202,9 @@
202
202
  "unicorn/consistent-function-scoping": [
203
203
  0
204
204
  ],
205
+ "@stylistic/js/no-tabs": [
206
+ 0
207
+ ],
205
208
  "@vitest/consistent-test-filename": [
206
209
  0
207
210
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-silverwind",
3
- "version": "100.1.2",
3
+ "version": "100.1.4",
4
4
  "description": "Exhaustive ESLint configuration",
5
5
  "author": "silverwind <me@silverwind.io>",
6
6
  "repository": "silverwind/eslint-config-silverwind",
@@ -25,7 +25,7 @@
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",
28
- "eslint-plugin-import-x": "4.10.6",
28
+ "eslint-plugin-import-x": "4.11.0",
29
29
  "eslint-plugin-jsx-a11y": "6.10.2",
30
30
  "eslint-plugin-no-use-extend-native": "0.5.0",
31
31
  "eslint-plugin-playwright": "2.2.0",
@@ -44,14 +44,14 @@
44
44
  "devDependencies": {
45
45
  "@types/eslint": "9.6.1",
46
46
  "@types/eslint-plugin-jsx-a11y": "6.10.0",
47
- "@types/node": "22.14.1",
47
+ "@types/node": "22.15.3",
48
48
  "eslint": "8.57.1",
49
49
  "eslint-define-config": "2.1.0",
50
50
  "typescript": "5.8.3",
51
51
  "typescript-config-silverwind": "9.0.7",
52
52
  "updates": "16.4.2",
53
53
  "versions": "12.1.3",
54
- "vite": "6.3.2",
54
+ "vite": "6.3.3",
55
55
  "vite-config-silverwind": "5.2.3",
56
56
  "vitest": "3.1.2",
57
57
  "vitest-config-silverwind": "10.0.2"
package/dist/test.d.ts DELETED
@@ -1,3 +0,0 @@
1
- declare const _default: true;
2
- export default _default;
3
- //# sourceMappingURL=test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"test.d.ts","sourceRoot":"","sources":["../test.ts"],"names":[],"mappings":"wBAsBe,IAAI;AAAnB,wBAAoB"}