eslint-watch

v8.0.0
Run eslint with watch mode
eslint plugin command line tool watch javascript linter cli

ci:win

npm run lint && npm test

ci:test

npm run lint && npm run test

clean

rm -rf build node_modules

coverage

nyc npm test

deploy

./scripts/deploy.sh

prepare

husky install

lint:watch

node ./bin/esw -w

lint

node ./bin/esw

mocha

mocha --recursive --timeout 10000 -r tests/globals.js

postcoverage

nyc report --reporter=text-lcov | coveralls

test:integration

yarn mocha ./tests/integration/**/*spec.js

test:unit

yarn mocha ./tests/unit/**/*spec.js

test:watch

npm run test -- -R min -b -w

test

yarn mocha ./tests/**/**/**/*spec.js
npm i eslint-watch

Metadata

  • MIT
  • ^12.22.0 || ^14.17.0 || >=16.0.0
  • Colten Rouska
  • released 11/8/2021

Downloads

Maintainers