summaryrefslogtreecommitdiffstats
path: root/html/.eslintrc.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 08:14:45 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 08:14:56 +0000
commit62010aafd4014c19d4d0cf36f01d3c53b43c5e7b (patch)
tree6f1fd3cfe312292e359bb7befa4b44a5fe986182 /html/.eslintrc.json
parentReleasing debian version 1.7.3-2. (diff)
downloadttyd-62010aafd4014c19d4d0cf36f01d3c53b43c5e7b.tar.xz
ttyd-62010aafd4014c19d4d0cf36f01d3c53b43c5e7b.zip
Merging upstream version 1.7.7.
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"
}
},
{