This repository was archived by the owner on Mar 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +206
-205
lines changed Expand file tree Collapse file tree 3 files changed +206
-205
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments