IanVS / eslint-nibble

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

Respect `--rules` in `--no-interactive` #70

Closed IanVS closed 4 years ago

IanVS commented 4 years ago

Fixes #67.

Turns out we weren't filtering based on provided --rules when running in --no-interactive, which kind of defeated the whole purpose.