Skip to content

Commit 00eab30

Browse files
Update deps (#2844)
1 parent cc146bc commit 00eab30

File tree

3 files changed

+419
-335
lines changed

3 files changed

+419
-335
lines changed

.eslintrc.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ rules:
143143
import/dynamic-import-chunkname: off
144144

145145
##############################################################################
146-
# ESLint builtin rules list based on `v7.12.x`
146+
# ESLint builtin rules list based on `v7.13.x`
147147
##############################################################################
148148

149149
# Possible Errors
@@ -504,7 +504,7 @@ overrides:
504504
- plugin:import/typescript
505505
rules:
506506
##########################################################################
507-
# `@typescript-eslint/eslint-plugin` rule list based on `v4.6.x`
507+
# `@typescript-eslint/eslint-plugin` rule list based on `v4.7.x`
508508
##########################################################################
509509

510510
# Supported Rules
@@ -529,6 +529,7 @@ overrides:
529529
'@typescript-eslint/naming-convention': off # TODO consider
530530
'@typescript-eslint/no-base-to-string': error
531531
'@typescript-eslint/no-confusing-non-null-assertion': error
532+
'@typescript-eslint/no-confusing-void-expression': error
532533
'@typescript-eslint/no-dynamic-delete': off
533534
'@typescript-eslint/no-empty-interface': error
534535
'@typescript-eslint/no-explicit-any': off # TODO error

0 commit comments

Comments
 (0)