@jimmy.codes/eslint-config 6.5.0 → 6.6.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.
package/dist/index.js CHANGED
@@ -477,7 +477,7 @@ const defineConfig = async ({ astro = false, autoDetect = true, gitignore = fals
477
477
  stylisticConfig()
478
478
  ];
479
479
  const featureConfigs = await Promise.all([
480
- isTypescriptEnabled && unwrap(import("./typescript-B4UNt8qM.js")),
480
+ isTypescriptEnabled && unwrap(import("./typescript-D8AT5dEv.js")),
481
481
  isReactEnabled && unwrap(import("./react-DD9VDtyi.js")),
482
482
  isTanstackQueryEnabled && unwrap(import("./tanstack-query-DqqVfxJs.js")),
483
483
  isAstroEnabled && unwrap(import("./astro-Cc3Rxusf.js")),
@@ -25,6 +25,7 @@ const typescriptRules = {
25
25
  }],
26
26
  "@typescript-eslint/no-useless-empty-export": "error",
27
27
  "@typescript-eslint/restrict-template-expressions": ["error", { allowNumber: true }],
28
+ "@typescript-eslint/switch-exhaustiveness-check": "error",
28
29
  ...disabledEslintRules
29
30
  };
30
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jimmy.codes/eslint-config",
3
- "version": "6.5.0",
3
+ "version": "6.6.0",
4
4
  "description": "A simple, modern ESLint config that covers most use cases.",
5
5
  "keywords": [
6
6
  "eslint",
@@ -40,7 +40,7 @@
40
40
  ],
41
41
  "dependencies": {
42
42
  "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
43
- "@eslint-react/eslint-plugin": "2.0.0-beta.49",
43
+ "@eslint-react/eslint-plugin": "2.0.0-next.153",
44
44
  "@eslint/js": "^9.34.0",
45
45
  "@next/eslint-plugin-next": "^15.5.2",
46
46
  "@stylistic/eslint-plugin": "^5.2.3",