From a7e107677edddfa813d1a8e424bb596090c77af5 Mon Sep 17 00:00:00 2001 From: Steve Seguin Date: Mon, 10 Jun 2024 02:58:00 -0400 Subject: [PATCH] Create .htmlhintrc --- .htmlhintrc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .htmlhintrc diff --git a/.htmlhintrc b/.htmlhintrc new file mode 100644 index 00000000..61dde5c6 --- /dev/null +++ b/.htmlhintrc @@ -0,0 +1,7 @@ +{ + "doctype-first": false, + "attr-value-double-quotes": true, + "id-unique": true, + "src-not-empty": false, + "img-alt-require": false +}