mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-09 11:45:36 +00:00
Fix a bunch of ESLint and HTMLLint errors
This commit is contained in:
21
test/.eslintrc.yml
Normal file
21
test/.eslintrc.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
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
|
||||
Reference in New Issue
Block a user