aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/.eslintrc.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/js/.eslintrc.json b/js/.eslintrc.json
index b866b125b..11e8f26ef 100644
--- a/js/.eslintrc.json
+++ b/js/.eslintrc.json
@@ -1,8 +1,13 @@
{
"root": true,
"parser": "babel-eslint",
+ "parserOptions": {
+ "ecmaVersion": 6,
+ "sourceType": "module"
+ },
"env": {
"browser": true,
+ "es6": true,
"jquery": true
},
"rules": {