From 27389dc7d4aacc15a6201621fb793b3e1027f46e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 4 Oct 2023 14:22:35 +0200 Subject: Adding upstream version 1.7.4. Signed-off-by: Daniel Baumann --- html/.eslintrc.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'html/.eslintrc.json') 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" } }, { -- cgit v1.2.3