diff options
| author | Bardi Harborow <[email protected]> | 2017-03-12 16:01:14 +1100 |
|---|---|---|
| committer | Bardi Harborow <[email protected]> | 2017-03-12 16:15:00 +1100 |
| commit | 84ce248f0661d99a221d9d69fa12243672fd0034 (patch) | |
| tree | c5d564121604161eb4e1b7f3583af69fe7a3b36f /docs | |
| parent | 348c770a6cea18db1c0876b8820342e7400e0602 (diff) | |
| download | bootstrap-84ce248f0661d99a221d9d69fa12243672fd0034.tar.xz bootstrap-84ce248f0661d99a221d9d69fa12243672fd0034.zip | |
Update config files across the board.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/.htmlhintrc | 4 |
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, |
