Skip to content

Commit 81551c5

Browse files
fix(ci): update eslint-config-next to v16 to match Next.js version
eslint-config-next@14 references @typescript-eslint rules that don't exist in the installed plugin version on Node 22. v16 aligns properly.
1 parent e37888d commit 81551c5

2 files changed

Lines changed: 126 additions & 30 deletions

File tree

package-lock.json

Lines changed: 125 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@typescript-eslint/eslint-plugin": "^8.57.1",
4242
"@typescript-eslint/parser": "^8.57.1",
4343
"eslint": "^8.57.0",
44-
"eslint-config-next": "14.2.29",
44+
"eslint-config-next": "^16.2.0",
4545
"jest": "^29.7.0",
4646
"jest-environment-jsdom": "^29.7.0",
4747
"msw": "^2.1.4",

0 commit comments

Comments
 (0)