24
1
Fork 0
drop.chapril.org-firefoxsend/test/.eslintrc.yml

26 lines
504 B
YAML

env:
mocha: true
extends:
- plugin:mocha/recommended
plugins:
- mocha
- node
rules:
node/no-unpublished-require: off
mocha/handle-done-callback: error
mocha/no-exclusive-tests: error
mocha/no-identical-title: warn
mocha/no-mocha-arrows: error
mocha/no-nested-tests: error
mocha/no-pending-tests: error
mocha/no-return-and-callback: warn
mocha/no-skipped-tests: error
mocha/no-setup-in-describe: off
mocha/no-hooks-for-single-case: off
no-console: off # ¯\_(ツ)_/¯