eslint-formatter-skip
v0.0.2
Published
`eslint-formatter-skip` is library that adds skip comments for each file that cannot be automatically corrected by eslint.
Downloads
2
Readme
eslint-formatter-skip
eslint-formatter-skip
is library that adds skip comments for each file that cannot be automatically corrected by eslint.
This is useful when you get a lot of errors after changing the rules, updating versions, add plugins.
Install
yarn add -D eslint-formatter-skip
# or
# npm i -save-dev eslint-formatter-skip
Usage
yarn eslint -f skip src