IanVS / eslint-nibble

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

Allow autofix on individual rules #35

Closed IanVS closed 7 years ago

IanVS commented 7 years ago

Closes #34

This adds options to automatically fix single rules (and optionally to limit fixes to errors only). It requires ESLint 4.2.0, which has not yet been released. But when it is, this should work correctly.