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:
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
You can’t perform that action at this time.
0 commit comments