Skip to content

Commit 55a2a88

Browse files
authored
Chore(eslint) rm deprecated property
1 parent c2bd69a commit 55a2a88

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.eslintrc.json

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,6 @@
33
"plugins": [
44
"react"
55
],
6-
"ecmaFeatures": {
7-
"arrowFunctions": true,
8-
"binaryLiterals": true,
9-
"blockBindings": true,
10-
"classes": true,
11-
"defaultParams": true,
12-
"destructuring": true,
13-
"forOf": true,
14-
"generators": true,
15-
"modules": true,
16-
"objectLiteralComputedProperties": true,
17-
"objectLiteralDuplicateProperties": true,
18-
"objectLiteralShorthandMethods": true,
19-
"objectLiteralShorthandProperties": true,
20-
"octalLiterals": true,
21-
"regexUFlag": true,
22-
"regexYFlag": true,
23-
"superInFunctions": true,
24-
"templateStrings": true,
25-
"unicodeCodePointEscapes": true,
26-
"globalReturn": true,
27-
"jsx": true
28-
},
296
"env": {
307
"browser": true,
318
"node": true,

0 commit comments

Comments
 (0)