@@ -207,13 +207,11 @@ rules:
207
207
208
208
# # Disabled by eslint-config-prettier although added by eslint-config-standard
209
209
arrow-spacing : 0
210
- block-spacing : 0
211
210
comma-style : 0
212
211
computed-property-spacing : 0
213
212
dot-location : 0
214
213
eol-last : 0
215
214
generator-star-spacing : 0
216
- key-spacing : 0
217
215
new-parens : 0
218
216
no-floating-decimal : 0
219
217
no-mixed-operators : 0
@@ -248,7 +246,6 @@ rules:
248
246
implicit-arrow-linebreak : 0
249
247
jsx-quotes : 0
250
248
linebreak-style : 0
251
- lines-around-comment : 0
252
249
max-len : 0
253
250
newline-per-chained-call : 0
254
251
no-confusing-arrow : 0
@@ -999,12 +996,15 @@ overrides:
999
996
- caughtErrors : all
1000
997
1001
998
# # Disabled by eslint-config-prettier
999
+ block-spacing : 0
1002
1000
brace-style : 0
1003
1001
comma-dangle : 0
1004
1002
comma-spacing : 0
1005
1003
func-call-spacing : 0
1006
1004
indent : 0
1005
+ key-spacing : 0
1007
1006
keyword-spacing : 0
1007
+ lines-around-comment : 0
1008
1008
no-extra-parens : 0
1009
1009
no-extra-semi : 0
1010
1010
object-curly-spacing : 0
@@ -1097,12 +1097,15 @@ overrides:
1097
1097
' @typescript-eslint/no-unused-vars ' :
1098
1098
- 2
1099
1099
- caughtErrors : all
1100
+ ' @typescript-eslint/block-spacing ' : 0
1100
1101
' @typescript-eslint/brace-style ' : 0
1101
1102
' @typescript-eslint/comma-dangle ' : 0
1102
1103
' @typescript-eslint/comma-spacing ' : 0
1103
1104
' @typescript-eslint/func-call-spacing ' : 0
1104
1105
' @typescript-eslint/indent ' : 0
1106
+ ' @typescript-eslint/key-spacing ' : 0
1105
1107
' @typescript-eslint/keyword-spacing ' : 0
1108
+ ' @typescript-eslint/lines-around-comment ' : 0
1106
1109
' @typescript-eslint/no-extra-parens ' : 0
1107
1110
' @typescript-eslint/no-extra-semi ' : 0
1108
1111
' @typescript-eslint/object-curly-spacing ' : 0
@@ -1307,6 +1310,7 @@ overrides:
1307
1310
' @typescript-eslint/consistent-type-imports ' :
1308
1311
- 2
1309
1312
- fixStyle : inline-type-imports
1313
+ ' @typescript-eslint/no-import-type-side-effects ' : 2
1310
1314
' @typescript-eslint/no-require-imports ' : 2
1311
1315
' @typescript-eslint/no-var-requires ' : 2
1312
1316
' @typescript-eslint/no-useless-empty-export ' : 2
@@ -1362,6 +1366,7 @@ overrides:
1362
1366
' @typescript-eslint/prefer-enum-initializers ' : 2
1363
1367
' @typescript-eslint/prefer-literal-enum-member ' : 2
1364
1368
' @typescript-eslint/no-duplicate-enum-values ' : 2
1369
+ ' @typescript-eslint/no-mixed-enums ' : 2
1365
1370
' @typescript-eslint/no-unnecessary-qualifier ' : 2
1366
1371
1367
1372
# # Readonly
0 commit comments