@@ -178,7 +178,7 @@ rules:
178
178
simple-import-sort/exports : off # TODO
179
179
180
180
# #############################################################################
181
- # ESLint builtin rules list based on `v8.23 .x`
181
+ # ESLint builtin rules list based on `v8.26 .x`
182
182
# #############################################################################
183
183
184
184
# Possible Errors
@@ -317,6 +317,7 @@ rules:
317
317
# https://eslint.org/docs/rules/#variables
318
318
319
319
init-declarations : off
320
+ logical-assignment-operators : off # TODO
320
321
no-delete-var : error
321
322
no-label-var : error
322
323
no-restricted-globals : off
@@ -496,11 +497,11 @@ overrides:
496
497
tsdoc/syntax : error
497
498
498
499
# #########################################################################
499
- # `@typescript-eslint/eslint-plugin` rule list based on `v5.37 .x`
500
+ # `@typescript-eslint/eslint-plugin` rule list based on `v5.41 .x`
500
501
# #########################################################################
501
502
502
503
# Supported Rules
503
- # https://github.com/ typescript-eslint/typescript-eslint/tree/master/packages/eslint-plugin#supported -rules
504
+ # https://typescript-eslint.io/rules/#extension -rules
504
505
' @typescript-eslint/adjacent-overload-signatures ' : error
505
506
' @typescript-eslint/array-type ' : [error, { default: generic }]
506
507
' @typescript-eslint/await-thenable ' : error
@@ -556,6 +557,7 @@ overrides:
556
557
' @typescript-eslint/no-unsafe-argument ' : off # TODO consider
557
558
' @typescript-eslint/no-unsafe-assignment ' : off # TODO consider
558
559
' @typescript-eslint/no-unsafe-call ' : off # TODO consider
560
+ ' @typescript-eslint/no-unsafe-declaration-merging ' : error
559
561
' @typescript-eslint/no-unsafe-member-access ' : off # TODO consider
560
562
' @typescript-eslint/no-unsafe-return ' : off # TODO consider
561
563
' @typescript-eslint/no-useless-empty-export ' : error
0 commit comments