Skip to content

Commit c194757

Browse files
committed
Update ESLint (still some warnings, but ignoring them for now)
1 parent f588ec1 commit c194757

File tree

3 files changed

+403
-275
lines changed

3 files changed

+403
-275
lines changed

.eslintrc

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,7 @@
33
"env": {
44
"node": true
55
},
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-
},
236
"rules": {
24-
"quotes": "single"
7+
"quotes": 1
258
}
269
}

0 commit comments

Comments
 (0)