mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-10 13:13:00 +01:00
24 lines
432 B
YAML
24 lines
432 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
|
|
|
|
no-console: off # ¯\_(ツ)_/¯
|