From c362a213ab20fc84c5b93df3801a6905e9949c6a Mon Sep 17 00:00:00 2001 From: m4rc3l05 <15786310+M4RC3L05@users.noreply.github.com> Date: Mon, 15 Jul 2024 22:59:48 +0100 Subject: [PATCH] Add doctype-style config Signed-off-by: m4rc3l05 <15786310+M4RC3L05@users.noreply.github.com> --- .htmlvalidate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.htmlvalidate.json b/.htmlvalidate.json index 023a7ee..0b5c5a8 100644 --- a/.htmlvalidate.json +++ b/.htmlvalidate.json @@ -3,6 +3,7 @@ "extends": ["html-validate:recommended"], "rules": { "no-inline-style": "off", - "void-style": ["error", { "style": "selfclosing" }] + "void-style": ["error", { "style": "selfclosing" }], + "doctype-style": ["error", { "style": "lowercase" }] } }