aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-07-14 16:22:56 -0700
committerGitHub <[email protected]>2016-07-14 16:22:56 -0700
commit0cf5204a48157b41420e60d8a71ac0ddbb968ab5 (patch)
tree1f837bb61c712954ade9d1bdd212e068b1c9fe65 /docs
parent610a08905424d8bdf919dfbba1fcb837ad88c995 (diff)
downloadbootstrap-0cf5204a48157b41420e60d8a71ac0ddbb968ab5.tar.xz
bootstrap-0cf5204a48157b41420e60d8a71ac0ddbb968ab5.zip
Add HTMLHint to the build; fixes #20297 (#20301)
[skip sauce]
Diffstat (limited to 'docs')
-rw-r--r--docs/.htmlhintrc15
1 files changed, 15 insertions, 0 deletions
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
+}