Merge branch 'api-v3' into api-v3-groups

This commit is contained in:
Blade Barringer
2015-12-31 15:50:46 -06:00
2 changed files with 19 additions and 20 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"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" ]
}