summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-04-22 21:25:49 +0300
committerLauri Ojansivu <x@xet7.org>2020-04-22 21:25:49 +0300
commitb5b4af73a91960dfc47fcae03b6e0810794b793a (patch)
tree41b8f5693f8992b9058b03bcf7b9ba244d01e662 /.eslintrc.json
parentab1014b7d8653664d6a38fe93b96774300fb1339 (diff)
parent57545f66d260cab1b4c3d7007c718dc14ada934e (diff)
downloadwekan-b5b4af73a91960dfc47fcae03b6e0810794b793a.tar.gz
wekan-b5b4af73a91960dfc47fcae03b6e0810794b793a.tar.bz2
wekan-b5b4af73a91960dfc47fcae03b6e0810794b793a.zip
Merge branch 'feature-add-babel' of https://github.com/boeserwolf/wekan into 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"