summaryrefslogtreecommitdiffstats
path: root/html/.eslintrc.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 08:14:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 08:14:42 +0000
commit6963f5f48ed68cb42b92e40c84014bd12cd377fc (patch)
treec2abdd80665f8494280a65417a9c21156ff41125 /html/.eslintrc.json
parentAdding upstream version 1.7.3. (diff)
downloadttyd-6963f5f48ed68cb42b92e40c84014bd12cd377fc.tar.xz
ttyd-6963f5f48ed68cb42b92e40c84014bd12cd377fc.zip
Adding upstream version 1.7.7.upstream/1.7.7upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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"
}
},
{