aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBardi Harborow <[email protected]>2017-03-12 16:01:14 +1100
committerBardi Harborow <[email protected]>2017-03-12 16:15:00 +1100
commit84ce248f0661d99a221d9d69fa12243672fd0034 (patch)
treec5d564121604161eb4e1b7f3583af69fe7a3b36f /docs
parent348c770a6cea18db1c0876b8820342e7400e0602 (diff)
downloadbootstrap-84ce248f0661d99a221d9d69fa12243672fd0034.tar.xz
bootstrap-84ce248f0661d99a221d9d69fa12243672fd0034.zip
Update config files across the board.
Diffstat (limited to 'docs')
-rw-r--r--docs/.htmlhintrc4
1 files changed, 3 insertions, 1 deletions
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,