Releases: IanVS/eslint-nibble
Releases · IanVS/eslint-nibble
v3.1.0
Thrice
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
This release adds a --ext
option, to allow specifying the extensions of javascript files to examine (just like ESLint).
Resolved
v1.0.0
v0.3.0
v0.2.0
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
- (Docs) Update usage instructions to avoid global installation
- (Fix) Check for first message existence before checking for fatal