ESLint 9
Since v4.0 the default version of ESLint is v9, here is a guide how to upgrade.
Standard
In previous versions standard was used, be sure to remove it if present.
shell
npm remove eslint-config-standardNeostandard
In previous versions neostandard was used, be sure to remove it if present.
shell
npm remove neostandardInstall
shell
npm i eslint@latest @eslint/js @stylistic/eslint-plugin --save-dev- Copy
eslint.config.jsfrom the current stable version to your project - Remove
.eslintrcIf you were usingv8