aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.eslintrc b/.eslintrc
index b49a7a28a..1317864d1 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -37,7 +37,9 @@
"document": false,
"navigator": false,
"web3": true,
- "window": false
+ "window": false,
+ "$": false,
+ "QUnit": false
},
"rules": {
@@ -159,5 +161,6 @@
"yield-star-spacing": [2, "both"],
"yoda": [2, "never"],
"prefer-const": 1,
+ "mocha/no-exclusive-tests": "error"
}
}