Skip to content

Releases: IanVS/eslint-nibble

v3.1.0

30 Sep 13:13
Compare
Choose a tag to compare

Thanks to @aboyton, this adds support for specifying a custom eslint config (analogous to --config or -c for eslint).

Thrice

04 Aug 03:45
Compare
Choose a tag to compare

This updates ESLint to version 3.X, and updates some other dependencies as well.

Because of updates to eslint-friendly-formatter, you will now get a handy compact list of files with linting errors after running eslint-nibble and choosing a rule.

Extended Release

04 Aug 02:55
Compare
Choose a tag to compare

This release adds a --ext option, to allow specifying the extensions of javascript files to examine (just like ESLint).

Resolved

28 Oct 04:02
Compare
Choose a tag to compare

This release has a little bit of code cleanup, adds travis-ci configuration, and prevents errors when using npm@3 or npm dedupe.

Thanks to @zckrs and @princed for their contributions to this release.

v1.0.0

10 Oct 01:37
Compare
Choose a tag to compare

This release updates ESLint to 1.x.

v0.3.0

07 Aug 03:02
Compare
Choose a tag to compare

This release adds tests, cleans up a few minor bugs, and re-architects some of the internal code. It also improves the way that eslint-nibble handles fatal errors from ESLint.

This will be the final release before ESLint is updated to 1.0.0.

v0.2.0

03 Aug 01:56
Compare
Choose a tag to compare

The major change in this release is that if you run eslint-nibble with no arguments, you will now get a help screen instead of assuming you want to lint everything in cwd. Of course, you can still lint everything in cwd, you just need to specify an argument of: .

Keep it Local

28 Jun 01:31
Compare
Choose a tag to compare
  • (Docs) Update usage instructions to avoid global installation
  • (Fix) Check for first message existence before checking for fatal

v0.0.2

28 Jun 01:07
Compare
Choose a tag to compare
Precompile es6 to es5 with babel (fixes #1)