habitica-self-host/test/.eslintrc
2016-03-13 09:51:01 -05:00

18 lines
400 B
Text

{
"rules": {
"one-var": 0,
"func-names": 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" ]
}