We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c583a8 commit 78e155eCopy full SHA for 78e155e
.eslintrc.js
@@ -14,5 +14,6 @@ module.exports = {
14
rules: {
15
"no-console": process.env.NODE_ENV === "production" ? "warn" : "off",
16
"no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off",
17
+ "@typescript-eslint/no-duplicate-enum-values": "off"
18
},
19
};
0 commit comments