summaryrefslogtreecommitdiffstats
path: root/html/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'html/.eslintrc.json')
-rw-r--r--html/.eslintrc.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/html/.eslintrc.json b/html/.eslintrc.json
index fd220c9..a2b9b60 100644
--- a/html/.eslintrc.json
+++ b/html/.eslintrc.json
@@ -5,6 +5,9 @@
"files": ["**/*.ts", "**/*.tsx"],
"parserOptions": {
"jsxPragma": "h"
+ },
+ "rules": {
+ "@typescript-eslint/no-duplicate-enum-values": "off"
}
},
{