mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
18 lines
375 B
Plaintext
18 lines
375 B
Plaintext
{
|
|
"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,
|
|
"sandbox": true,
|
|
"sinon": true
|
|
},
|
|
"plugins": [ "mocha" ]
|
|
}
|