From 84ce248f0661d99a221d9d69fa12243672fd0034 Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Sun, 12 Mar 2017 16:01:14 +1100 Subject: Update config files across the board. --- docs/.htmlhintrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/.htmlhintrc b/docs/.htmlhintrc index 636af68d7..dff2e8088 100644 --- a/docs/.htmlhintrc +++ b/docs/.htmlhintrc @@ -1,12 +1,14 @@ { + "alt-require": true, "attr-lowercase": true, "attr-no-duplication": true, - "alt-require": true, "attr-unsafe-chars": true, "attr-value-double-quotes": true, "doctype-first": true, "doctype-html5": true, + "id-class-value": true, "id-unique": true, + "space-tab-mixed-disabled": true, "spec-char-escape": true, "src-not-empty": true, "tag-pair": true, -- cgit v1.2.3