aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc
diff options
context:
space:
mode:
authorThomas Huang <thomas.b.huang@gmail.com>2017-05-05 05:32:42 +0800
committerThomas Huang <thomas.b.huang@gmail.com>2017-05-05 05:32:42 +0800
commit1895fa1489f758714d7ff5dee870eac6507492e7 (patch)
treeaa47b919487f6890adb2a052fcdd60a0c1327c55 /.eslintrc
parent6f40447015e7ab3c910c04e2671e9161dcb6ea16 (diff)
downloadtangerine-wallet-browser-1895fa1489f758714d7ff5dee870eac6507492e7.tar.gz
tangerine-wallet-browser-1895fa1489f758714d7ff5dee870eac6507492e7.tar.zst
tangerine-wallet-browser-1895fa1489f758714d7ff5dee870eac6507492e7.zip
Add mocha and chai plugins eslint
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.eslintrc b/.eslintrc
index 8bbfe13c7..91c95874e 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -17,10 +17,13 @@
"env": {
"es6": true,
"node": true,
- "browser": true
+ "browser": true,
+ "mocha" : true
},
"plugins": [
+ "mocha",
+ "chai"
],
"globals": {