@jimmy.codes/eslint-config 5.0.0 → 5.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.
Files changed (3) hide show
  1. package/dist/index.d.ts +213 -302
  2. package/dist/index.js +1 -5
  3. package/package.json +12 -12
package/dist/index.js CHANGED
@@ -102,11 +102,7 @@ var importsTypescriptConfig = () => {
102
102
  "import-x/extensions": settings["import-x/extensions"],
103
103
  "import-x/external-module-folders": settings["import-x/external-module-folders"],
104
104
  "import-x/parsers": settings["import-x/parsers"],
105
- "import-x/resolver-next": [
106
- createTypeScriptImportResolver({
107
- alwaysTryTypes: true
108
- })
109
- ]
105
+ "import-x/resolver-next": [createTypeScriptImportResolver()]
110
106
  }
111
107
  }
112
108
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jimmy.codes/eslint-config",
3
- "version": "5.0.0",
3
+ "version": "5.2.0",
4
4
  "description": "A pragmatic and opinionated ESLint config for modern development.",
5
5
  "keywords": [
6
6
  "eslint",
@@ -28,32 +28,32 @@
28
28
  "@next/eslint-plugin-next": "^15.1.7",
29
29
  "@tanstack/eslint-plugin-query": "^5.66.1",
30
30
  "@types/eslint": "9.6.1",
31
- "@typescript-eslint/parser": "^8.24.1",
32
- "@typescript-eslint/utils": "^8.24.1",
33
- "@vitest/eslint-plugin": "^1.1.31",
31
+ "@typescript-eslint/parser": "^8.26.1",
32
+ "@typescript-eslint/utils": "^8.26.1",
33
+ "@vitest/eslint-plugin": "^1.1.38",
34
34
  "astro-eslint-parser": "^1.2.1",
35
35
  "eslint-config-prettier": "^10.1.1",
36
- "eslint-import-resolver-typescript": "^3.8.3",
36
+ "eslint-import-resolver-typescript": "^4.2.1",
37
37
  "eslint-plugin-astro": "^1.3.1",
38
- "eslint-plugin-import-x": "^4.6.1",
38
+ "eslint-plugin-import-x": "^4.8.1",
39
39
  "eslint-plugin-jest": "^28.11.0",
40
40
  "eslint-plugin-jest-dom": "^5.5.0",
41
- "eslint-plugin-jsdoc": "^50.6.6",
41
+ "eslint-plugin-jsdoc": "^50.6.8",
42
42
  "eslint-plugin-jsx-a11y": "^6.10.2",
43
43
  "eslint-plugin-n": "^17.15.1",
44
44
  "eslint-plugin-perfectionist": "^4.9.0",
45
45
  "eslint-plugin-playwright": "^2.2.0",
46
46
  "eslint-plugin-react": "^7.37.4",
47
- "eslint-plugin-react-compiler": "19.0.0-beta-bafa41b-20250307",
47
+ "eslint-plugin-react-compiler": "19.0.0-beta-3229e95-20250315",
48
48
  "eslint-plugin-react-hooks": "^5.2.0",
49
49
  "eslint-plugin-react-refresh": "0.4.19",
50
50
  "eslint-plugin-regexp": "^2.7.0",
51
- "eslint-plugin-storybook": "0.11.3",
51
+ "eslint-plugin-storybook": "0.11.6",
52
52
  "eslint-plugin-testing-library": "^7.1.1",
53
- "eslint-plugin-unicorn": "^56.0.1",
54
- "globals": "^15.14.0",
53
+ "eslint-plugin-unicorn": "^57.0.0",
54
+ "globals": "^16.0.0",
55
55
  "local-pkg": "^1.0.0",
56
- "typescript-eslint": "^8.24.1"
56
+ "typescript-eslint": "^8.26.1"
57
57
  },
58
58
  "peerDependencies": {
59
59
  "eslint": "^9.10.0"