@xotic750/eslint-find-rules

v4.3.1
Find built-in ESLint rules you don't have in your custom config.

cover

nyc --reporter=lcov --reporter=text --reporter=html npm test

lint

eslint --ext .js,.json .

test

mocha --recursive --timeout 10000

update-contributors

all-contributors generate

commit

git-cz

validate

npm-run-all --parallel lint cover --sequential check-coverage

check-coverage

nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100

prebuild

rimraf dist

prepare

npx babel src -d dist

report-coverage

cat ./coverage/lcov.info | node_modules/.bin/codecov

security

npm audit

security-fix

npm run security -- fix

travis-after-all

travis-after-all && npm run report-coverage
npm i @xotic750/eslint-find-rules

Metadata

  • MIT
  • >=8.11.4
  • Michał Gołębiowski
  • released 1/14/2020

Downloads

Maintainers