diff options
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, |
