summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2016-06-09 13:52:32 -0700
committerAlexander Early <alexander.early@gmail.com>2016-06-09 13:52:32 -0700
commit3032c5c4cf42203a6fc739096fe788b681dc113c (patch)
treefbec5987a7948ca8f716836926fcd6d275355289
parent428a3004417c1c456dceecc1ba1c68afe24122fc (diff)
downloadasync-eslint.tar.gz
simplify global defseslint
-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,