Skip to content

Commit de916c8

Browse files
Update deps (#3667)
1 parent 699ec58 commit de916c8

File tree

6 files changed

+3780
-4520
lines changed

6 files changed

+3780
-4520
lines changed

.eslintrc.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ rules:
179179
simple-import-sort/exports: off # TODO
180180

181181
##############################################################################
182-
# ESLint builtin rules list based on `v8.16.x`
182+
# ESLint builtin rules list based on `v8.19.x`
183183
##############################################################################
184184

185185
# Possible Errors
@@ -493,7 +493,7 @@ overrides:
493493
tsdoc/syntax: error
494494

495495
##########################################################################
496-
# `@typescript-eslint/eslint-plugin` rule list based on `v5.26.x`
496+
# `@typescript-eslint/eslint-plugin` rule list based on `v5.30.x`
497497
##########################################################################
498498

499499
# Supported Rules
@@ -505,6 +505,7 @@ overrides:
505505
'@typescript-eslint/ban-tslint-comment': error
506506
'@typescript-eslint/ban-types': off # TODO temporarily disabled
507507
'@typescript-eslint/class-literal-property-style': off # TODO enable after TS conversion
508+
'@typescript-eslint/consistent-generic-constructors': error
508509
'@typescript-eslint/consistent-indexed-object-style':
509510
[error, index-signature]
510511
'@typescript-eslint/consistent-type-assertions': off # TODO temporarily disable

0 commit comments

Comments
 (0)