eslint-config-silverwind 101.1.0 → 101.2.0

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 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAC,MAAM,EAAC,MAAM,QAAQ,CAAC;;AA6FnC,wBA+C4B"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAC,MAAM,EAAC,MAAM,QAAQ,CAAC;;AA6FnC,wBAgD4B"}
package/dist/index.js CHANGED
@@ -1196,6 +1196,7 @@ const index = [
1196
1196
  rules: workerOverride.rules
1197
1197
  }, { arrayExtend: true }),
1198
1198
  deepMerge(common, {
1199
+ // @ts-expect-error - plugin bug?
1199
1200
  plugins: { vitest },
1200
1201
  files: testOverride.files,
1201
1202
  languageOptions: { globals: { ...globals.vitest } },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-silverwind",
3
- "version": "101.1.0",
3
+ "version": "101.2.0",
4
4
  "description": "Exhaustive ESLint configuration",
5
5
  "author": "silverwind <me@silverwind.io>",
6
6
  "repository": "silverwind/eslint-config-silverwind",
@@ -21,7 +21,7 @@
21
21
  "@stylistic/eslint-plugin-ts": "3.1.0",
22
22
  "@typescript-eslint/eslint-plugin": "8.35.1",
23
23
  "@typescript-eslint/parser": "8.35.1",
24
- "@vitest/eslint-plugin": "1.2.7",
24
+ "@vitest/eslint-plugin": "1.3.3",
25
25
  "deepie-merge": "1.3.1",
26
26
  "eslint-import-resolver-typescript": "4.4.4",
27
27
  "eslint-plugin-array-func": "4.0.0",