File tree 5 files changed +3779
-4519
lines changed
5 files changed +3779
-4519
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ rules:
179
179
simple-import-sort/exports : off # TODO
180
180
181
181
# #############################################################################
182
- # ESLint builtin rules list based on `v8.16 .x`
182
+ # ESLint builtin rules list based on `v8.19 .x`
183
183
# #############################################################################
184
184
185
185
# Possible Errors
@@ -493,7 +493,7 @@ overrides:
493
493
tsdoc/syntax : error
494
494
495
495
# #########################################################################
496
- # `@typescript-eslint/eslint-plugin` rule list based on `v5.26 .x`
496
+ # `@typescript-eslint/eslint-plugin` rule list based on `v5.30 .x`
497
497
# #########################################################################
498
498
499
499
# Supported Rules
@@ -505,6 +505,7 @@ overrides:
505
505
' @typescript-eslint/ban-tslint-comment ' : error
506
506
' @typescript-eslint/ban-types ' : off # TODO temporarily disabled
507
507
' @typescript-eslint/class-literal-property-style ' : off # TODO enable after TS conversion
508
+ ' @typescript-eslint/consistent-generic-constructors ' : error
508
509
' @typescript-eslint/consistent-indexed-object-style ' :
509
510
[error, index-signature]
510
511
' @typescript-eslint/consistent-type-assertions ' : off # TODO temporarily disable
You can’t perform that action at this time.
0 commit comments