Closed
Description
ESLint v9 has been released and we'll need to change a few things to properly support it.
npm run lint
currently fails to run with eslint v9:
❯ npm run lint
> [email protected] lint
> eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore
Invalid option '--ext' - perhaps you meant '-c'?
You're using eslint.config.js, some command line flags are no longer available. Please see https://eslint.org/docs/latest/use/command-line-interface for details.
We'll also probably need to migrate the configuration file to use the flat config format:
Metadata
Metadata
Assignees
Labels
No labels