IanVS / eslint-nibble

Ease into ESLint, by fixing one rule at a time
MIT License
787 stars 29 forks source link

Cannot find babel-eslint #4

Closed IanVS closed 9 years ago

IanVS commented 9 years ago

When installed globally, eslint-nibble does not have access to plugins, custom parsers, or shared configs which are installed in the project.

If eslint-nibble needs to be installed globally, those other packages can also be installed globally, but a better way is probably to install eslint-nibble locally to the project. The usage instructions should be updated to reflect this.