eslint-plugin-mocha

v10.0.4
Eslint rules for mocha.
eslint eslintplugin eslint-plugin mocha

lint

run-p --continue-on-error lint:*

test

npm-run-all test:unit:with-coverage test:bench

lint:js

eslint .

changelog

pr-log

coveralls

cat ./build/coverage/lcov.info | coveralls

lint:docs

markdownlint "**/*.md"

test:unit

mocha test --recursive --reporter dot

test:bench

mocha -t 2400000 benchmarks

test:unit:with-coverage

nyc npm run test:unit

Metadata

  • MIT
  • >=14.0.0
  • Mathias Schreck
  • released 4/11/2022

Downloads