summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-04-22 21:26:06 +0300
committerLauri Ojansivu <x@xet7.org>2020-04-22 21:26:06 +0300
commit738e7f9ebc318d90fdb5a66a5e8d28abd33c9150 (patch)
tree41b8f5693f8992b9058b03bcf7b9ba244d01e662 /.eslintrc.json
parentab1014b7d8653664d6a38fe93b96774300fb1339 (diff)
parentb5b4af73a91960dfc47fcae03b6e0810794b793a (diff)
downloadwekan-738e7f9ebc318d90fdb5a66a5e8d28abd33c9150.tar.gz
wekan-738e7f9ebc318d90fdb5a66a5e8d28abd33c9150.tar.bz2
wekan-738e7f9ebc318d90fdb5a66a5e8d28abd33c9150.zip
Merge branch 'boeserwolf-feature-add-babel'
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 2de7450f..f65e299d 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -11,6 +11,7 @@
"browser": true,
"meteor": true
},
+ "parser": "babel-eslint",
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "module"