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 @@ -59,7 +59,7 @@
"@vue/language-plugin-pug": "2.0.7",
"browserlist": "latest",
"c8": "9.1.0",
"eslint": "8.57.0",
"eslint": "10.0.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

critical

Upgrading to ESLint v10 introduces significant breaking changes from v9, most notably the move to a new 'flat config' system (eslint.config.js). The project's current .eslintrc.js files are now deprecated and must be migrated to the new format for ESLint to function correctly. This is a non-trivial change that requires manual intervention. You can find detailed instructions in the ESLint v9 Migration Guide.

"eslint-config-standard": "17.1.0",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-import": "2.29.1",
Expand Down
Loading