Releases: IanVS/eslint-nibble
Releases · IanVS/eslint-nibble
v6.0.0-beta.0
This release adds two new flags: --no-interactive
and --format
. These are intended to be used in a CI environment or any other time that you do not want the interactive menu to be shown. Instead, errors will be shown in whatever format you specify. The --format
flag has no effect if --no-interactive
is not also set.
Together with the --rule
flag, this can be useful if you are in the middle of a large cleanup and would like to prevent new linting errors that you've already fixed from being re-introduced.
Breaking changes
- Requires node 8 or higher due to upgrades of internal dependencies.
v5.0.0
Here are the main changes in 5.0.0, for details, see the notes for each beta
- (Breaking) Moved eslint to a peer dependency (#52). You should install eslint yourself, and eslint-nibble will use the version that you've installed. This should prevent confusion about which version this tool installed, and avoid potential problems when removing this tool and using eslint itself.
- (Breaking) Dropped support for Node < 6 (#51).
- A --cache option has been added to allow caching the results of linting. This should result in much faster operation, even when only running one time, because of the way that eslint-nibble works internally. Highly recommended to use.
- Added --rule flag to the command line, to limit which rules are shown in the list.
v5.0.0-beta.1
5.0.0-beta.1