Change ecmaVersion to 8 to make eslint happy
parent
02f855ff09
commit
9f60dc3dd6
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 6,
|
||||
"ecmaVersion": 8,
|
||||
"ecmaFeatures": {
|
||||
"impliedStrict": true
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue