diff --git a/.eslintrc b/.eslintrc index 0bf34c8390..cf1f7682cd 100644 --- a/.eslintrc +++ b/.eslintrc @@ -3,15 +3,16 @@ env: # enable ECMAScript features ecmaFeatures: - blockBindings: true - templateStrings: true - octalLiterals: true + arrowFunctions: true binaryLiterals: true - generators: true + blockBindings: true + classes: true forOf: true - objectLiteralShorthandProperties: true + generators: true objectLiteralShorthandMethods: true - classes: true + objectLiteralShorthandProperties: true + octalLiterals: true + templateStrings: true rules: # Possible Errors