Bump ecmaVersion to 5 (#1239)

This is the ESLint default and I doubt we care about older versions nowadays

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2020-05-04 10:50:27 +03:00
committed by GitHub
parent 0e35b415ea
commit 416d35dc47
+1 -1
View File
@@ -36,7 +36,7 @@
"jquery"
],
"parserOptions": {
"ecmaVersion": 3,
"ecmaVersion": 5,
"sourceType": "script"
},
"esnext": false,