diff --git a/public/.eslintrc b/public/.eslintrc index 2808ade27d..606f50bebb 100644 --- a/public/.eslintrc +++ b/public/.eslintrc @@ -33,10 +33,8 @@ "parserOptions": { "ecmaVersion": 6, "ecmaFeatures": { - "arrowFunctions": true, "classes": false, "defaultParams": false, - "destructuring": false, "experimentalObjectRestSpread": false, "blockBindings": false, "forOf": false, @@ -50,9 +48,7 @@ "objectLiteralShorthandProperties": false, "impliedStrict": false, "restParams": false, - "spread": false, - "superInFunctions": false, - "templateStrings": false + "superInFunctions": false } } }