Skip to content

Releases: IanVS/eslint-nibble

v6.0.0-beta.0

03 Jan 18:29
Compare
Choose a tag to compare

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

25 Nov 05:11
Compare
Choose a tag to compare

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

22 Oct 01:24
Compare
Choose a tag to compare
v5.0.0-beta.1 Pre-release
Pre-release
5.0.0-beta.1

v5.0.0-beta.0

15 Oct 05:11
Compare
Choose a tag to compare
v5.0.0-beta.0 Pre-release
Pre-release

Breaking changes

  • Move eslint to a peer dependency (#52)
  • Drop support for Node < 6 (#51)

Features

  • Add cache flags (#42)

Fixes

  • Fix bad formatting of small error stats (#51)

Other

  • Upgrade dependencies (#51)

v4.2.1

10 Jul 21:50
Compare
Choose a tag to compare

Use eslint 4.2.0

v4.2.0

07 Jul 18:56
Compare
Choose a tag to compare

Adds per-rule autofixing

v4.1.0

26 Jun 05:14
Compare
Choose a tag to compare

Improve rule selection UX. Instead of typing the rule name, arrow down / up and select with enter.

v.4.0.0

25 Jun 03:22
Compare
Choose a tag to compare

Update ESLint to version 4.

v3.1.2

25 Jun 03:22
Compare
Choose a tag to compare

Fix error about missing function

v3.1.1

24 Feb 13:15
Compare
Choose a tag to compare

Upgrade dependencies (thanks to @dphov!)