@thermarthae/eslint-config 7.0.0 → 7.0.1

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/base.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { Linter } from 'eslint';
1
+ import type { Linter } from 'eslint';
2
2
 
3
3
  const base: Linter.Config[];
4
4
 
package/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { Linter } from 'eslint';
1
+ import type { Linter } from 'eslint';
2
2
 
3
3
  const main: Linter.Config[];
4
4
 
package/index.js CHANGED
@@ -51,7 +51,7 @@ const main = [
51
51
  //
52
52
  // react-hooks
53
53
  //
54
- ...reactHooks.configs['recommended-latest'],
54
+ reactHooks.configs.flat['recommended-latest'],
55
55
  //
56
56
  // jsx-a11y
57
57
  //
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thermarthae/eslint-config",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./index.d.ts",
@@ -27,14 +27,14 @@
27
27
  "index.js",
28
28
  "index.d.ts"
29
29
  ],
30
- "packageManager": "yarn@4.10.3+sha512.c38cafb5c7bb273f3926d04e55e1d8c9dfa7d9c3ea1f36a4868fa028b9e5f72298f0b7f401ad5eb921749eb012eb1c3bb74bf7503df3ee43fd600d14a018266f",
30
+ "packageManager": "yarn@4.12.0+sha512.f45ab632439a67f8bc759bf32ead036a1f413287b9042726b7cc4818b7b49e14e9423ba49b18f9e06ea4941c1ad062385b1d8760a8d5091a1a31e5f6219afca8",
31
31
  "scripts": {
32
32
  "pnpify": "yarn dlx @yarnpkg/sdks vscode"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/eslint-plugin-jsx-a11y": "^6.10.1",
36
- "@types/node": "^24.6.2",
37
- "eslint": "^9.37.0",
36
+ "@types/node": "^25.0.10",
37
+ "eslint": "^9.39.2",
38
38
  "typescript": "^5.9.3"
39
39
  },
40
40
  "peerDependencies": {
@@ -42,12 +42,12 @@
42
42
  "typescript": "^5.9.3"
43
43
  },
44
44
  "dependencies": {
45
- "@eslint/js": "^9.37.0",
46
- "@stylistic/eslint-plugin": "^5.4.0",
45
+ "@eslint/js": "^9.39.2",
46
+ "@stylistic/eslint-plugin": "^5.7.1",
47
47
  "eslint-plugin-jsx-a11y": "^6.10.2",
48
48
  "eslint-plugin-react": "^7.37.5",
49
- "eslint-plugin-react-hooks": "^6.1.1",
49
+ "eslint-plugin-react-hooks": "^7.0.1",
50
50
  "eslint-plugin-simple-import-sort": "^12.1.1",
51
- "typescript-eslint": "^8.45.0"
51
+ "typescript-eslint": "^8.53.1"
52
52
  }
53
53
  }