v15.0.0
In addition to breaking changes and other in 15.0.0-0
, only some dependency updates.
Changes from 14.0.1
:
- BREAKING CHANGE: To avoid confusion with ESLint exports and types, our
Linter
class has been renamed toStandardEngine
andcli()
now takes astandardEngine
key instead of alinter
key if a custom engine wants to be provided. #275 - BREAKING CHANGE: Removed use of ESLint's deprecated
CLIEngine
API. This affects theeslintConfig
option to ourStandardEngine
(formerly calledLinter
) constructor. #275 - BREAKING CHANGE: Print additional label on warnings (to separate them from errors) b7c1e17
- BREAKING CHANGE: Drop support for Node 10.x. Now require ESM-compatible Node.js versions:
^12.20.0 || ^14.13.1 || >=16.0.0
#252 - BREAKING CHANGE: the
parseOpts
option to theStandardEngine
(formerly calledLinter
) constructor has been replaced with a newresolveEslintConfig
one - Change: make
--verbose
the default #232
Full diff: v14.0.1...v15.0.0