eslint-interactive
The CLI tool to run eslint --fix
for each rule
You can see the demo movie here.
![Watch the video](https://img.youtube.com/vi/UKrm4v-jdbw/maxresdefault.jpg)
Motivation
TODO
TODO
Usage
$ npx -p eslint -p @mizdra/eslint-interactive eslint-interactive [file.js] [dir]
$
$ npx -p eslint -p @mizdra/eslint-interactive eslint-interactive src
$ npx -p eslint -p @mizdra/eslint-interactive eslint-interactive src test
$ npx -p eslint -p @mizdra/eslint-interactive eslint-interactive 'src/**/*.{ts,tsx,vue}'
Future Work
For Contributors
How to dev
yarn run build
: Build for productionyarn run dev
: Run for developmentyarn run check
: Try static-checkingyarn run test
: Run tests
For Maintainers
How to release
$
$ git switch master
$ git pull
$ yarn version
$ rm -rf dist && yarn run build
$ npm publish
$ git push --follow-tags