From 2bf6a726ecc2ebc59281818f7d34201840fa9b4e Mon Sep 17 00:00:00 2001 From: wearrrrr Date: Sat, 13 Jul 2024 20:04:07 -0500 Subject: [PATCH] Disable @typescript-eslint/no-explicit-any, update index.html --- .eslintrc.json | 1 + static/index.html | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 0e45e8e..2be725f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -22,6 +22,7 @@ "prefer-const": "warn", "no-unreachable": "warn", "no-undef": "off", + "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/ban-ts-comment": "off" } } \ No newline at end of file diff --git a/static/index.html b/static/index.html index 6bb820b..c796492 100644 --- a/static/index.html +++ b/static/index.html @@ -4,8 +4,8 @@ Document - - + +