From 0cf5204a48157b41420e60d8a71ac0ddbb968ab5 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 14 Jul 2016 16:22:56 -0700 Subject: Add HTMLHint to the build; fixes #20297 (#20301) [skip sauce] --- docs/.htmlhintrc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/.htmlhintrc (limited to 'docs') diff --git a/docs/.htmlhintrc b/docs/.htmlhintrc new file mode 100644 index 000000000..636af68d7 --- /dev/null +++ b/docs/.htmlhintrc @@ -0,0 +1,15 @@ +{ + "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-unique": true, + "spec-char-escape": true, + "src-not-empty": true, + "tag-pair": true, + "tagname-lowercase": true, + "title-require": true +} -- cgit v1.2.3