Skip to content

Commit abc5ac3

Browse files
committed
Disable @typescript-eslint/no-duplicate-enum-values ESLint check temporary
1 parent 728e261 commit abc5ac3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
}
4545
],
4646
"@typescript-eslint/await-thenable": "error",
47+
"@typescript-eslint/no-duplicate-enum-values": "off",
4748
"@typescript-eslint/explicit-member-accessibility": [
4849
"error",
4950
{

0 commit comments

Comments
 (0)