- BREAKING CHANGE: Replaces unmaintained
eslint-plugin-node
witheslint-plugin-n
. Any uses ofenv-node
withnode/
scoped rule overrides will need to be replaced asn/
scoped. - chore: Updated dependencies.
- fix: Ignore unsupported ES module syntax warnings.
- chore: Bumped Node.js ECMAScript version from
9
to2021
. - chore: Updated dependencies.
- BREAKING CHANGE: Drops support for eslint 7.
- BREAKING CHANGE: Drops support for @typescript-eslint 4.x packages.
- BREAKING CHANGE: Drops support for eslint-plugin-mocha 9.x.
- BREAKING CHANGE: Updates to latest versions of built in eslint plugins.
- feat: Add support for eslint 8.
- fix: Added
@babel/core
as an optional peer dependency so that the Babel eslint parser will function properly.
- BREAKING CHANGE: Replaced the deprecated
babel-eslint
with@babel/eslint-parser
and@babel/eslint-plugin
. - BREAKING CHANGE: Removed support for old peer dependencies:
eslint
,eslint-plugin-mocha
,@typescript-eslint/parser
, and@typescript-eslint/eslint-plugin
. - chore: Updated dependencies.