|
|
@ -33,10 +33,8 @@
|
|
|
|
"parserOptions": {
|
|
|
|
"parserOptions": {
|
|
|
|
"ecmaVersion": 6,
|
|
|
|
"ecmaVersion": 6,
|
|
|
|
"ecmaFeatures": {
|
|
|
|
"ecmaFeatures": {
|
|
|
|
"arrowFunctions": true,
|
|
|
|
|
|
|
|
"classes": false,
|
|
|
|
"classes": false,
|
|
|
|
"defaultParams": false,
|
|
|
|
"defaultParams": false,
|
|
|
|
"destructuring": false,
|
|
|
|
|
|
|
|
"experimentalObjectRestSpread": false,
|
|
|
|
"experimentalObjectRestSpread": false,
|
|
|
|
"blockBindings": false,
|
|
|
|
"blockBindings": false,
|
|
|
|
"forOf": false,
|
|
|
|
"forOf": false,
|
|
|
@ -50,9 +48,7 @@
|
|
|
|
"objectLiteralShorthandProperties": false,
|
|
|
|
"objectLiteralShorthandProperties": false,
|
|
|
|
"impliedStrict": false,
|
|
|
|
"impliedStrict": false,
|
|
|
|
"restParams": false,
|
|
|
|
"restParams": false,
|
|
|
|
"spread": false,
|
|
|
|
"superInFunctions": false
|
|
|
|
"superInFunctions": false,
|
|
|
|
|
|
|
|
"templateStrings": false
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|