eslint-plugin-node

v11.1.0
Additional ESLint's rules for Node.js
eslint eslintplugin eslint-plugin node nodejs ecmascript shebang file path and 3 more...

build

node scripts/update

clean

rimraf .nyc_output coverage

codecov

nyc report --reporter text-lcov | codecov --pipe --disable=gcov -t $CODECOV_TOKEN

coverage

opener ./coverage/lcov-report/index.html

lint

eslint lib scripts tests/lib .eslintrc.js

new

node scripts/new-rule

pretest

npm run -s lint

test

nyc npm run -s test:_mocha

test:ci

nyc npm run -s test:_mocha

test:_mocha

_mocha "tests/lib/**/*.js" --reporter progress --timeout 4000

preversion

npm t && npm run -s build

version

eslint lib/rules --fix && git add lib/rules

postversion

git push && git push --tags

watch

npm run test:_mocha -- --watch --growl
npm i eslint-plugin-node

Metadata

  • MIT
  • >=8.10.0
  • Toru Nagashima
  • released 3/28/2020

Downloads

Maintainers