We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2bd69a commit 55a2a88Copy full SHA for 55a2a88
.eslintrc.json
@@ -3,29 +3,6 @@
3
"plugins": [
4
"react"
5
],
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
- },
29
"env": {
30
"browser": true,
31
"node": true,
0 commit comments