summaryrefslogtreecommitdiffstats
path: root/html/.eslintrc.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-10-04 12:22:35 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-10-04 12:22:35 +0000
commit27389dc7d4aacc15a6201621fb793b3e1027f46e (patch)
treec91ab0ac9447b25f91c05e901212c2142fb95953 /html/.eslintrc.json
parentAdding upstream version 1.7.3. (diff)
downloadttyd-27389dc7d4aacc15a6201621fb793b3e1027f46e.tar.xz
ttyd-27389dc7d4aacc15a6201621fb793b3e1027f46e.zip
Adding upstream version 1.7.4.upstream/1.7.4
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"
}
},
{