Skip to content

Commit a26f7c3

Browse files
Update deps (#3563)
1 parent 83a2e84 commit a26f7c3

File tree

3 files changed

+1278
-668
lines changed

3 files changed

+1278
-668
lines changed

.eslintrc.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ rules:
176176
simple-import-sort/exports: off # TODO
177177

178178
##############################################################################
179-
# ESLint builtin rules list based on `v8.14.x`
179+
# ESLint builtin rules list based on `v8.15.x`
180180
##############################################################################
181181

182182
# Possible Errors
@@ -490,7 +490,7 @@ overrides:
490490
tsdoc/syntax: error
491491

492492
##########################################################################
493-
# `@typescript-eslint/eslint-plugin` rule list based on `v5.21.x`
493+
# `@typescript-eslint/eslint-plugin` rule list based on `v5.22.x`
494494
##########################################################################
495495

496496
# Supported Rules
@@ -517,6 +517,7 @@ overrides:
517517
'@typescript-eslint/no-base-to-string': error
518518
'@typescript-eslint/no-confusing-non-null-assertion': error
519519
'@typescript-eslint/no-confusing-void-expression': off # TODO enable with ignoreArrowShorthand
520+
'@typescript-eslint/no-duplicate-enum-values': error
520521
'@typescript-eslint/no-dynamic-delete': off
521522
'@typescript-eslint/no-empty-interface': error
522523
'@typescript-eslint/no-explicit-any': off # TODO error

0 commit comments

Comments
 (0)