Update eslint to ES2017 syntax so that we can use async/await

This commit is contained in:
JC Brand 2018-05-01 11:30:46 +02:00
parent 62cdd03562
commit b6f10f0efe
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"parserOptions": {
"ecmaVersion": 6
"ecmaVersion": 2017
},
"env": {
"browser": true,

View File

@ -45,7 +45,7 @@
"clean-css-cli": "^4.0.10",
"emojione": "^3.0.3",
"es6-promise": "^4.1.0",
"eslint": "4.19.0",
"eslint": "4.19.1",
"eslint-plugin-lodash": "^2.3.3",
"filesize": "^3.6.1",
"font-awesome": "^4.7.0",