summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-02-08 12:44:48 +0200
committerLauri Ojansivu <x@xet7.org>2019-02-08 12:44:48 +0200
commit3ce902123f9af5212c6a84e4ffe616b98d7381ea (patch)
treedf008268ca1d4009595cf0a3da6122adb3758b0c /.eslintrc.json
parent7125357a4440f5c95ae6c8f5bcd92fdfdbefa397 (diff)
downloadwekan-3ce902123f9af5212c6a84e4ffe616b98d7381ea.tar.gz
wekan-3ce902123f9af5212c6a84e4ffe616b98d7381ea.tar.bz2
wekan-3ce902123f9af5212c6a84e4ffe616b98d7381ea.zip
Lint also async. Thanks to Akuket !
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 6a1df879..364f82a9 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -6,7 +6,7 @@
"browser": true
},
"parserOptions": {
- "ecmaVersion": 6,
+ "ecmaVersion": 2017,
"sourceType": "module",
"ecmaFeatures": {
"experimentalObjectRestSpread": true