File tree 3 files changed +1278
-668
lines changed 3 files changed +1278
-668
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ rules:
176
176
simple-import-sort/exports : off # TODO
177
177
178
178
# #############################################################################
179
- # ESLint builtin rules list based on `v8.14 .x`
179
+ # ESLint builtin rules list based on `v8.15 .x`
180
180
# #############################################################################
181
181
182
182
# Possible Errors
@@ -490,7 +490,7 @@ overrides:
490
490
tsdoc/syntax : error
491
491
492
492
# #########################################################################
493
- # `@typescript-eslint/eslint-plugin` rule list based on `v5.21 .x`
493
+ # `@typescript-eslint/eslint-plugin` rule list based on `v5.22 .x`
494
494
# #########################################################################
495
495
496
496
# Supported Rules
@@ -517,6 +517,7 @@ overrides:
517
517
' @typescript-eslint/no-base-to-string ' : error
518
518
' @typescript-eslint/no-confusing-non-null-assertion ' : error
519
519
' @typescript-eslint/no-confusing-void-expression ' : off # TODO enable with ignoreArrowShorthand
520
+ ' @typescript-eslint/no-duplicate-enum-values ' : error
520
521
' @typescript-eslint/no-dynamic-delete ' : off
521
522
' @typescript-eslint/no-empty-interface ' : error
522
523
' @typescript-eslint/no-explicit-any ' : off # TODO error
You can’t perform that action at this time.
0 commit comments