aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc7
1 files changed, 5 insertions, 2 deletions
diff --git a/.eslintrc b/.eslintrc
index 8bbfe13c7..a57a93cdc 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -1,7 +1,7 @@
{
"parserOptions": {
"sourceType": "module",
- "ecmaVersion": 6,
+ "ecmaVersion": 2017,
"ecmaFeatures": {
"experimentalObjectRestSpread": true,
"impliedStrict": true,
@@ -17,10 +17,13 @@
"env": {
"es6": true,
"node": true,
- "browser": true
+ "browser": true,
+ "mocha" : true
},
"plugins": [
+ "mocha",
+ "chai"
],
"globals": {