Skip to content

Commit d528ef2

Browse files
author
Rafael Villar Burke
committed
Elimina sección obsoleta de eslintrc (ecmaFeatures)
1 parent 1c07cc4 commit d528ef2

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.eslintrc.js

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -18,30 +18,6 @@ module.exports = {
1818
extends: ["eslint:recommended", "plugin:react/recommended", "prettier"],
1919
// "parser": "babel-eslint",
2020

21-
ecmaFeatures: {
22-
arrowFunctions: true,
23-
binaryLiterals: true,
24-
blockBindings: true,
25-
classes: true,
26-
defaultParams: true,
27-
destructuring: true,
28-
forOf: true,
29-
generators: true,
30-
modules: true,
31-
objectLiteralComputedProperties: true,
32-
objectLiteralDuplicateProperties: true,
33-
objectLiteralShorthandMethods: true,
34-
objectLiteralShorthandProperties: true,
35-
octalLiterals: true,
36-
regexUFlag: true,
37-
regexYFlag: true,
38-
spread: true,
39-
superInFunctions: true,
40-
templateStrings: true,
41-
unicodeCodePointEscapes: true,
42-
globalReturn: true,
43-
jsx: true,
44-
},
4521
rules: {
4622
"react/prop-types": "off",
4723
"react/no-unescaped-entities": "warn",

0 commit comments

Comments
 (0)