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:
139
139
import/dynamic-import-chunkname : off
140
140
141
141
# #############################################################################
142
- # ESLint builtin rules list based on `v7.12 .x`
142
+ # ESLint builtin rules list based on `v7.13 .x`
143
143
# #############################################################################
144
144
145
145
# Possible Errors
@@ -442,7 +442,7 @@ overrides:
442
442
node/no-unsupported-features/es-syntax : off
443
443
444
444
# #########################################################################
445
- # `@typescript-eslint/eslint-plugin` rule list based on `v4.6 .x`
445
+ # `@typescript-eslint/eslint-plugin` rule list based on `v4.7 .x`
446
446
# #########################################################################
447
447
448
448
# Supported Rules
@@ -467,6 +467,7 @@ overrides:
467
467
' @typescript-eslint/naming-convention ' : off # TODO consider
468
468
' @typescript-eslint/no-base-to-string ' : error
469
469
' @typescript-eslint/no-confusing-non-null-assertion ' : error
470
+ ' @typescript-eslint/no-confusing-void-expression ' : off # FIXME
470
471
' @typescript-eslint/no-dynamic-delete ' : off
471
472
' @typescript-eslint/no-empty-interface ' : error
472
473
' @typescript-eslint/no-explicit-any ' : off # TODO error
You can’t perform that action at this time.
0 commit comments