Activate ES2017 in eslint to allow async/await

This commit is contained in:
Tankred Hase 2017-08-16 11:43:44 +08:00
parent 158a7418d0
commit 7178a12ed5

View File

@ -1,7 +1,7 @@
{
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 6
"ecmaVersion": 2017
},
"env": {
"node": true,