File tree Expand file tree Collapse file tree 3 files changed +419
-335
lines changed Expand file tree Collapse file tree 3 files changed +419
-335
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ rules:
143
143
import/dynamic-import-chunkname : off
144
144
145
145
# #############################################################################
146
- # ESLint builtin rules list based on `v7.12 .x`
146
+ # ESLint builtin rules list based on `v7.13 .x`
147
147
# #############################################################################
148
148
149
149
# Possible Errors
@@ -504,7 +504,7 @@ overrides:
504
504
- plugin:import/typescript
505
505
rules :
506
506
# #########################################################################
507
- # `@typescript-eslint/eslint-plugin` rule list based on `v4.6 .x`
507
+ # `@typescript-eslint/eslint-plugin` rule list based on `v4.7 .x`
508
508
# #########################################################################
509
509
510
510
# Supported Rules
@@ -529,6 +529,7 @@ overrides:
529
529
' @typescript-eslint/naming-convention ' : off # TODO consider
530
530
' @typescript-eslint/no-base-to-string ' : error
531
531
' @typescript-eslint/no-confusing-non-null-assertion ' : error
532
+ ' @typescript-eslint/no-confusing-void-expression ' : error
532
533
' @typescript-eslint/no-dynamic-delete ' : off
533
534
' @typescript-eslint/no-empty-interface ' : error
534
535
' @typescript-eslint/no-explicit-any ' : off # TODO error
You can’t perform that action at this time.
0 commit comments