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 f588ec1 commit c194757Copy full SHA for c194757
.eslintrc
@@ -3,24 +3,7 @@
3
"env": {
4
"node": true
5
},
6
- "ecmaFeatures": {
7
- "arrowFunctions": true,
8
- "blockBindings": true,
9
- "classes": true,
10
- "defaultParams": true,
11
- "destructuring": true,
12
- "forOf": true,
13
- "modules": true,
14
- "objectLiteralComputedProperties": true,
15
- "objectLiteralShorthandMethods": true,
16
- "objectLiteralShorthandProperties": true,
17
- "spread": true,
18
- "superInFunctions": true,
19
- "templateStrings": true,
20
- "unicodeCodePointEscapes": true,
21
- "jsx": true
22
- },
23
"rules": {
24
- "quotes": "single"
+ "quotes": 1
25
}
26
0 commit comments