@willbooster/eslint-config-next 2.5.15 → 2.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.
Files changed (2) hide show
  1. package/README.md +6 -4
  2. package/package.json +3 -4
package/README.md CHANGED
@@ -1,23 +1,25 @@
1
1
  # eslint-config-next
2
2
 
3
3
  A ESLint flat config for Next.js.
4
- You need to do the following command to install peer dependencies.
4
+ Install the package and its peer dependencies.
5
5
 
6
6
  ```sh
7
7
  yarn add -D @willbooster/eslint-config-next \
8
+ @eslint/js \
9
+ @next/eslint-plugin-next \
8
10
  eslint \
9
11
  eslint-config-flat-gitignore \
10
12
  eslint-config-prettier \
11
13
  eslint-plugin-import-x \
12
- eslint-plugin-prettier \
13
14
  eslint-plugin-react \
15
+ eslint-plugin-react-compiler \
14
16
  eslint-plugin-react-hooks \
15
17
  eslint-plugin-sort-class-members \
16
18
  eslint-plugin-sort-destructure-keys \
17
19
  eslint-plugin-unicorn \
18
20
  eslint-plugin-unused-imports \
21
+ globals \
19
22
  typescript \
20
23
  typescript-eslint \
21
- eslint-import-resolver-typescript \
22
- eslint-config-next
24
+ eslint-import-resolver-typescript
23
25
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@willbooster/eslint-config-next",
3
- "version": "2.5.15",
3
+ "version": "2.6.0",
4
4
  "description": "ESLint flat config for Next.js projects",
5
5
  "repository": {
6
6
  "type": "git",
@@ -33,7 +33,7 @@
33
33
  "@types/micromatch": "4.0.10",
34
34
  "@types/node": "25.5.0",
35
35
  "@types/react": "19.2.14",
36
- "@willbooster/prettier-config": "10.2.5",
36
+ "@willbooster/prettier-config": "10.3.0",
37
37
  "eslint": "9.39.1",
38
38
  "eslint-config-flat-gitignore": "2.2.1",
39
39
  "eslint-config-next": "16.2.1",
@@ -60,11 +60,10 @@
60
60
  "use-immer": "0.11.0"
61
61
  },
62
62
  "peerDependencies": {
63
- "@eslint/eslintrc": ">=3",
64
63
  "@eslint/js": ">=9",
64
+ "@next/eslint-plugin-next": ">=16",
65
65
  "eslint": ">=9",
66
66
  "eslint-config-flat-gitignore": ">=2.1",
67
- "eslint-config-next": ">=15",
68
67
  "eslint-config-prettier": ">=10",
69
68
  "eslint-import-resolver-typescript": ">=4",
70
69
  "eslint-plugin-import-x": ">=4",