aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-02-19 20:00:27 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-02-19 20:00:27 -0500
commit4f39ac207917c6f4cd1f840ccf338137785e99cc (patch)
tree1861c090a425f85f4d64cf8ac93060fb551b1fba /.eslintrc.json
parenta8b1e40a1e34178d9907b04f3a8e16a21b9eb42a (diff)
Upadte eslintrc
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json10
1 files changed, 7 insertions, 3 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index a350bce4..9b0754fc 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -72,11 +72,15 @@
},
{
"files": ["test/**/*.js"],
+ "parserOptions": {
+ "ecmaVersion": 8,
+ "sourceType": "module"
+ },
"env": {
"browser": false,
- "es2017": false,
- "webextensions": false,
- "node": true
+ "es2017": true,
+ "node": true,
+ "webextensions": false
}
}
]