19.0.0
- Removed: Node.js 14 support.
- Changed: migrate from
eslint-plugin-node
toeslint-plugin-n
. - Changed:
parserOptions.ecmaVersion
from2020
to2021
.
Migration note: You may need to rewrite rule names for eslint-plugin-node
like this:
-// eslint-disable-next-line node/no-extraneous-import
+// eslint-disable-next-line n/no-extraneous-import
See also the eslint-plugin-n
document.