summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorboeserwolf <github@noxware.de>2020-04-22 13:50:47 +0200
committerboeserwolf <github@noxware.de>2020-04-22 15:16:30 +0200
commit57545f66d260cab1b4c3d7007c718dc14ada934e (patch)
tree87aa4555194c342622d987ce508c692751c5c38a /.eslintrc.json
parent9f0273aa4487545cc28712d33a4ee141738b1571 (diff)
downloadwekan-57545f66d260cab1b4c3d7007c718dc14ada934e.tar.gz
wekan-57545f66d260cab1b4c3d7007c718dc14ada934e.tar.bz2
wekan-57545f66d260cab1b4c3d7007c718dc14ada934e.zip
Add babel to build chain and linter
Enables fancy Javascript language features like optional chaining, for developer happiness.
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"