v20.0.0
To summarize the changes from all the alpha and beta releases of 20.0.0
:
- BREAKING: Requires ESLint 9 now
- BREAKING: Is an ESLint Flat Config now, which means replacing
.eslintrc
witheslint.config.js
/eslint.config.mjs
- BREAKING: Now has only a single peer dependency: ESLint. Plugins should no longer be added separately.
- BREAKING: Based on neostandard
No intentional rule changes has been made, but the import/*
rules have been deactivated as eslint-plugin-import
has not yet been possible to add to neostandard
, due to lack of ESLint 9 support