summaryrefslogtreecommitdiff
path: root/.eslintrc
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc10
1 files changed, 1 insertions, 9 deletions
diff --git a/.eslintrc b/.eslintrc
index 173c073..2644f5c 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -2,21 +2,13 @@
"env": {
"browser": true,
"node": true,
+ "mocha": true,
"es6": true
},
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
},
- "globals": {
- "self": true,
- "define": true,
- "describe": true,
- "context": true,
- "it": true,
- "before": true,
- "after": true
- },
"rules": {
"eqeqeq": 0,
"guard-for-in": 2,