eslint-plugin-mocha

v10.4.3
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 .

release

release-it

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

lint:eslint-docs

npm-run-all "update:eslint-docs -- --check"

update:eslint-docs

eslint-doc-generator --ignore-config all --url-configs "https://github.com/lo1tuma/eslint-plugin-mocha#configs"

test:unit:with-coverage

nyc npm run test:unit

Metadata

  • MIT
  • >=14.0.0
  • Mathias Schreck
  • released 4/19/2024

Downloads