eslint-nibble

Ease into ESLint, by fixing one rule at a time

MIT License

Downloads
365.8K
Stars
777
Committers
18

Bot releases are visible (Hide)

eslint-nibble - v8.1.0 Latest Release

Published by IanVS about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/IanVS/eslint-nibble/compare/v8.0.2...v8.1.0

eslint-nibble - v8.0.2

Published by IanVS over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/IanVS/eslint-nibble/compare/v8.0.0...v8.0.2

eslint-nibble - v8.0.1

Published by IanVS over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/IanVS/eslint-nibble/compare/v8.0.0...v8.0.1

eslint-nibble - v8.0.0

Published by IanVS almost 3 years ago

Breaking Changes

In order to support ESLint version 8, versions of ESLint less than 7.0.0 are no longer supported. If you need to use an older version of ESLint, please install version 7 of eslint-nibble.

What's Changed

New Contributors

Full Changelog: https://github.com/IanVS/eslint-nibble/compare/V7.0.0...v8.0.0

eslint-nibble -

Published by IanVS over 3 years ago

Breaking Changes

Due to updates of dependencies, support for node < 12 has been dropped.

New Features

  • Added --fixable-only option (Thanks @TristanHessellHyper!) (#82)
eslint-nibble - V6.1.0

Published by IanVS almost 4 years ago

eslint-nibble - v6.0.0

Published by IanVS about 4 years ago

New Features

This release adds three new flags: --no-interactive, --format, and --multi.

The flags --no-interactive and --format 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.

The --multi flag will allow the selection of multiple rules at one time in the interactive rule chooser.

Breaking changes

  • Requires node 8 or higher due to upgrades of internal dependencies.
eslint-nibble - v6.0.0-beta.3

Published by IanVS about 4 years ago

Fixes build problems from previous betas.

eslint-nibble - v6.0.0-beta.2

Published by IanVS about 4 years ago

Broken build, do not use

eslint-nibble - v6.0.0-beta.1

Published by IanVS about 4 years ago

Replaces git fork installation with scoped package to fix https://github.com/IanVS/eslint-nibble/issues/62.

eslint-nibble -

Published by IanVS almost 5 years ago

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.
eslint-nibble - v5.0.0

Published by IanVS almost 6 years ago

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.
eslint-nibble -

Published by IanVS almost 6 years ago

eslint-nibble -

Published by IanVS about 6 years ago

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)
eslint-nibble -

Published by IanVS over 7 years ago

Use eslint 4.2.0

eslint-nibble -

Published by IanVS over 7 years ago

Adds per-rule autofixing

eslint-nibble - v4.1.0

Published by IanVS over 7 years ago

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

eslint-nibble - v.4.0.0

Published by IanVS over 7 years ago

Update ESLint to version 4.

eslint-nibble - v3.1.2

Published by IanVS over 7 years ago

Fix error about missing function

eslint-nibble -

Published by IanVS over 7 years ago

Upgrade dependencies (thanks to @dphov!)

Package Rankings
Top 1.95% on Npmjs.org
Top 8.17% on Proxy.golang.org
Badges
Extracted from project README
npm Build Status