From 135a19e154c350afe7f8a731af86d0551f6fe78d Mon Sep 17 00:00:00 2001 From: Graydogminer <78515166+Graydogminer@users.noreply.github.com> Date: Thu, 10 Nov 2022 14:14:42 -0800 Subject: [PATCH] Create .htmlhintrc --- .htmlhintrc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .htmlhintrc diff --git a/.htmlhintrc b/.htmlhintrc new file mode 100644 index 0000000..1339590 --- /dev/null +++ b/.htmlhintrc @@ -0,0 +1,3 @@ +{ + "attr-value-not-empty": false +}