- Replace
eslint-plugin-node
(no longer maintained) witheslint-plugin-n
- Added
node20
(and relative TypeScript) configuration
- Breaking: eslint major version updated to 8
- Dependencies moved to peerDependencies
- Added basic TypeScript configuration for
node14
- Breaking: remove support for Node 8.
- Breaking: requires ESLint >v7.
- Change base
ecmaVersion
from2018
to2020
. - Add
node14
configuration.
- Bugfix for compatibility with eslint v6.
- Breaking: remove support for Node 4 and 6.
- Breaking: require eslint >= 5.16.0 and eslint-plugin-node >= 9.0.0.
- Add support for Node 10 and 12.