Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@typescript-eslint/parser": "^7.2.0",
"abitype": "^1.0.2",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint": "^9.26.0",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ESLint 9 upgrade breaks linting with legacy config format

High Severity

Upgrading ESLint from v8 to v9 will break linting. ESLint 9 uses flat config (eslint.config.js) by default and ignores legacy .eslintrc.* files unless ESLINT_USE_FLAT_CONFIG=false is set. The project has a legacy .eslintrc.js file with no flat config migration or environment variable override. Additionally, dependent plugins (eslint-config-next@12.3.2, @typescript-eslint/*@7.x) have peer dependencies that only support ESLint 7/8, not ESLint 9. Running pnpm run lint will fail after this upgrade.

Fix in Cursor Fix in Web

"eslint-config-next": "12.3.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
Expand Down
Loading