eslint-config-silverwind 102.0.2 → 102.0.3

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
@@ -172,8 +172,8 @@ const eslintrc = o({
172
172
  "**/*.stories.*",
173
173
  "**/.storybook/**",
174
174
  "**/*.d.ts",
175
- "**/vitest.setup.*",
176
- "**/vitest.global.*"
175
+ "vitest.setup.*",
176
+ "vitest.global.*"
177
177
  ],
178
178
  "rules": {
179
179
  "import-x/no-unused-modules": [0]
package/dist/index.json CHANGED
@@ -357,8 +357,8 @@
357
357
  "**/*.stories.*",
358
358
  "**/.storybook/**",
359
359
  "**/*.d.ts",
360
- "**/vitest.setup.*",
361
- "**/vitest.global.*"
360
+ "vitest.setup.*",
361
+ "vitest.global.*"
362
362
  ],
363
363
  "rules": {
364
364
  "import-x/no-unused-modules": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-silverwind",
3
- "version": "102.0.2",
3
+ "version": "102.0.3",
4
4
  "description": "Exhaustive ESLint configuration",
5
5
  "author": "silverwind <me@silverwind.io>",
6
6
  "repository": "silverwind/eslint-config-silverwind",