Update ecmaVersion in eslint so we can use async

This commit is contained in:
toby 2017-04-13 14:14:59 -04:00
parent 7d4ea26a74
commit 4d8d28b7aa

View file

@ -1,6 +1,6 @@
{
"parserOptions": {
"ecmaVersion": 6,
"ecmaVersion": 8,
"ecmaFeatures": {
"impliedStrict": true
},