Skip to content

Commit 1e1defb

Browse files
committed
Fixed linting rule
1 parent d0003c1 commit 1e1defb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"prefer-const": "warn",
3232
"@typescript-eslint/adjacent-overload-signatures": "warn",
3333
"@typescript-eslint/no-inferrable-types": "warn",
34-
"@typescript-eslint/no-namespace": "off"
34+
"@typescript-eslint/no-namespace": "off",
35+
"@typescript-eslint/no-duplicate-enum-values": "off"
3536
}
3637
}

0 commit comments

Comments
 (0)