From 5aa0bc3e37168ae891d9f498d7cb8a6d08ef0bd9 Mon Sep 17 00:00:00 2001 From: Dionimar Date: Sat, 19 Oct 2024 19:57:17 +0800 Subject: [PATCH] add task solution --- .linthtmlrc.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.linthtmlrc.json b/.linthtmlrc.json index 9efa3e9370..477c99b1b9 100644 --- a/.linthtmlrc.json +++ b/.linthtmlrc.json @@ -12,8 +12,8 @@ "attr-quote-style": "double", "attr-req-value": true, "class-no-dup": true, - "doctype-first": false, - "doctype-html5": false, + "doctype-first": true, + "doctype-html5": true, "fig-req-figcaption": true, "head-req-title": true, "html-req-lang": true, @@ -26,7 +26,16 @@ "indent-width-cont": true, "input-radio-req-name": true, "spec-char-escape": true, - "tag-bans": ["b", "i", "u", "center", "style", "marquee", "font", "s"], + "tag-bans": [ + "b", + "i", + "u", + "center", + "style", + "marquee", + "font", + "s" + ], "tag-name-lowercase": true, "tag-name-match": true, "tag-self-close": false,