UNPKG

379 BJSONView Raw
1{
2 "extends": "../.eslintrc.json",
3 "rules": {
4 "func-names": 0,
5 "import/no-extraneous-dependencies": 0,
6 "mocha/no-exclusive-tests": "error",
7 "mocha/no-mocha-arrows": "error",
8 "mocha/no-return-and-callback": "error",
9 "no-undef": 0,
10 "no-console": 0,
11 "no-unused-expressions": 0,
12 "prefer-arrow-callback": 0,
13 "promise/always-return": 0
14 }
15}