Skip to content

Commit a29d982

Browse files
Update deps (#3766)
1 parent 16ab5cb commit a29d982

File tree

3 files changed

+1567
-1444
lines changed

3 files changed

+1567
-1444
lines changed

.eslintrc.yml

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

180180
##############################################################################
181-
# ESLint builtin rules list based on `v8.23.x`
181+
# ESLint builtin rules list based on `v8.26.x`
182182
##############################################################################
183183

184184
# Possible Errors
@@ -317,6 +317,7 @@ rules:
317317
# https://eslint.org/docs/rules/#variables
318318

319319
init-declarations: off
320+
logical-assignment-operators: off # TODO
320321
no-delete-var: error
321322
no-label-var: error
322323
no-restricted-globals: off
@@ -496,11 +497,11 @@ overrides:
496497
tsdoc/syntax: error
497498

498499
##########################################################################
499-
# `@typescript-eslint/eslint-plugin` rule list based on `v5.37.x`
500+
# `@typescript-eslint/eslint-plugin` rule list based on `v5.41.x`
500501
##########################################################################
501502

502503
# 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
504505
'@typescript-eslint/adjacent-overload-signatures': error
505506
'@typescript-eslint/array-type': [error, { default: generic }]
506507
'@typescript-eslint/await-thenable': error
@@ -556,6 +557,7 @@ overrides:
556557
'@typescript-eslint/no-unsafe-argument': off # TODO consider
557558
'@typescript-eslint/no-unsafe-assignment': off # TODO consider
558559
'@typescript-eslint/no-unsafe-call': off # TODO consider
560+
'@typescript-eslint/no-unsafe-declaration-merging': error
559561
'@typescript-eslint/no-unsafe-member-access': off # TODO consider
560562
'@typescript-eslint/no-unsafe-return': off # TODO consider
561563
'@typescript-eslint/no-useless-empty-export': error

0 commit comments

Comments
 (0)