Skip to content

Commit 78e155e

Browse files
committed
Fix another deployment error
1 parent 7c583a8 commit 78e155e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ module.exports = {
1414
rules: {
1515
"no-console": process.env.NODE_ENV === "production" ? "warn" : "off",
1616
"no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off",
17+
"@typescript-eslint/no-duplicate-enum-values": "off"
1718
},
1819
};

0 commit comments

Comments
 (0)