From 7e8e6269d0f8ece32e856a52c5e0b3a9a9207c48 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Mon, 15 Jul 2024 17:11:56 +0800 Subject: [PATCH] WebUI: drop unused lint rule --- src/webui/www/.htmlvalidate.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/webui/www/.htmlvalidate.json b/src/webui/www/.htmlvalidate.json index 347314165..0d1f3c84c 100644 --- a/src/webui/www/.htmlvalidate.json +++ b/src/webui/www/.htmlvalidate.json @@ -4,7 +4,6 @@ ], "rules": { "long-title": "off", - "no-conditional-comment": "off", "no-inline-style": "off", "prefer-button": "off", "text-content": "off",