Skip to content
Open
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 @@ -55,7 +55,7 @@
"@typescript-eslint/parser": "^7.1.1",
"dts-bundle-generator": "^9.3.1",
"esbuild": "^0.23.0",
"eslint": "^8.57.0",
"eslint": "^10.0.0",

Choose a reason for hiding this comment

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

P1 Badge Keep ESLint 8 until flat-config migration is complete

Upgrading eslint to ^10.0.0 will break the existing lint workflow because this repository still uses .eslintrc.js and has no eslint.config.* file. ESLint v9+ expects flat config by default, so scripts like lint, lint:fix, and lint-staged will fail before linting starts in environments that install this dependency update, blocking CI/hooks until the config is migrated or ESLint is pinned to v8.

Useful? React with 👍 / 👎.

"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-node": "^11.1.0",
"husky": "^9.0.11",
Expand Down
Loading