Change ecmaVersion to 8 to make eslint happy

This commit is contained in:
toby 2017-04-21 17:56:16 -04:00
parent 02f855ff09
commit 9f60dc3dd6
1 changed files with 1 additions and 1 deletions

View File

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