Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 66187f8

Browse files
Update deps (#719)
1 parent ed00ba7 commit 66187f8

File tree

3 files changed

+206
-205
lines changed

3 files changed

+206
-205
lines changed

.eslintrc.yml

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

141141
##############################################################################
142-
# ESLint builtin rules list based on `v7.12.x`
142+
# ESLint builtin rules list based on `v7.13.x`
143143
##############################################################################
144144

145145
# Possible Errors
@@ -442,7 +442,7 @@ overrides:
442442
node/no-unsupported-features/es-syntax: off
443443

444444
##########################################################################
445-
# `@typescript-eslint/eslint-plugin` rule list based on `v4.6.x`
445+
# `@typescript-eslint/eslint-plugin` rule list based on `v4.7.x`
446446
##########################################################################
447447

448448
# Supported Rules
@@ -467,6 +467,7 @@ overrides:
467467
'@typescript-eslint/naming-convention': off # TODO consider
468468
'@typescript-eslint/no-base-to-string': error
469469
'@typescript-eslint/no-confusing-non-null-assertion': error
470+
'@typescript-eslint/no-confusing-void-expression': off # FIXME
470471
'@typescript-eslint/no-dynamic-delete': off
471472
'@typescript-eslint/no-empty-interface': error
472473
'@typescript-eslint/no-explicit-any': off # TODO error

0 commit comments

Comments
 (0)