gtarsia / eslint-watch-better

eslint + file watching
0 stars 0 forks source link

eslint-watch-better

eslint-watch-better is better than eslint-watch.

Usage

yarn global add eslint-watch-better

From the terminal: esw <files or dirs to watch>

Or make it an npm script in your package.json:

{
  ...
  "scripts": {
    "esw": "esw <files or dirs to watch>"
  }
  ...
}