@@ -142,7 +142,7 @@ rules:
142
142
import/dynamic-import-chunkname : off
143
143
144
144
# #############################################################################
145
- # ESLint builtin rules list based on `v7.32 .x`
145
+ # ESLint builtin rules list based on `v8.3 .x`
146
146
# #############################################################################
147
147
148
148
# Possible Errors
@@ -185,6 +185,7 @@ rules:
185
185
no-unsafe-finally : error
186
186
no-unsafe-negation : error
187
187
no-unsafe-optional-chaining : [error, { disallowArithmeticOperators: true }]
188
+ no-unused-private-class-members : error
188
189
no-useless-backreference : error
189
190
require-atomic-updates : error
190
191
use-isnan : error
@@ -453,7 +454,7 @@ overrides:
453
454
tsdoc/syntax : error
454
455
455
456
# #########################################################################
456
- # `@typescript-eslint/eslint-plugin` rule list based on `v5.0 .x`
457
+ # `@typescript-eslint/eslint-plugin` rule list based on `v5.4 .x`
457
458
# #########################################################################
458
459
459
460
# Supported Rules
@@ -469,6 +470,7 @@ overrides:
469
470
[error, index-signature]
470
471
' @typescript-eslint/consistent-type-assertions ' : off # TODO temporarily disable
471
472
' @typescript-eslint/consistent-type-definitions ' : error
473
+ ' @typescript-eslint/consistent-type-exports ' : error
472
474
' @typescript-eslint/consistent-type-imports ' : error
473
475
' @typescript-eslint/explicit-function-return-type ' : off # TODO consider
474
476
' @typescript-eslint/explicit-member-accessibility ' : off # TODO consider
0 commit comments