@@ -142,7 +142,7 @@ rules:
142142 import/dynamic-import-chunkname : off
143143
144144 # #############################################################################
145- # ESLint builtin rules list based on `v7.32 .x`
145+ # ESLint builtin rules list based on `v8.3 .x`
146146 # #############################################################################
147147
148148 # Possible Errors
@@ -185,6 +185,7 @@ rules:
185185 no-unsafe-finally : error
186186 no-unsafe-negation : error
187187 no-unsafe-optional-chaining : [error, { disallowArithmeticOperators: true }]
188+ no-unused-private-class-members : error
188189 no-useless-backreference : error
189190 require-atomic-updates : error
190191 use-isnan : error
@@ -453,7 +454,7 @@ overrides:
453454 tsdoc/syntax : error
454455
455456 # #########################################################################
456- # `@typescript-eslint/eslint-plugin` rule list based on `v5.0 .x`
457+ # `@typescript-eslint/eslint-plugin` rule list based on `v5.4 .x`
457458 # #########################################################################
458459
459460 # Supported Rules
@@ -469,6 +470,7 @@ overrides:
469470 [error, index-signature]
470471 ' @typescript-eslint/consistent-type-assertions ' : off # TODO temporarily disable
471472 ' @typescript-eslint/consistent-type-definitions ' : error
473+ ' @typescript-eslint/consistent-type-exports ' : error
472474 ' @typescript-eslint/consistent-type-imports ' : error
473475 ' @typescript-eslint/explicit-function-return-type ' : off # TODO consider
474476 ' @typescript-eslint/explicit-member-accessibility ' : off # TODO consider
0 commit comments