mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-29 22:20:42 +00:00
17 lines
350 B
Text
17 lines
350 B
Text
|
|
{
|
||
|
|
"rules": {
|
||
|
|
"one-var": 0,
|
||
|
|
"max-nested-callbacks": 0,
|
||
|
|
"no-unused-expressions": 0,
|
||
|
|
"mocha/no-exclusive-tests": 2,
|
||
|
|
"mocha/no-global-tests": 2,
|
||
|
|
"mocha/handle-done-callback": 2
|
||
|
|
},
|
||
|
|
"globals": {
|
||
|
|
"expect": true,
|
||
|
|
"_": true,
|
||
|
|
"sinon": true
|
||
|
|
},
|
||
|
|
"plugins": [ "mocha" ]
|
||
|
|
}
|