View .htmlhintrc
{ | |
"tagname-lowercase": true, | |
"attr-lowercase": true, | |
"attr-value-double-quotes": false, | |
"attr-value-not-empty": false, | |
"attr-no-duplication": true, | |
"doctype-first": true, | |
"tag-pair": true, | |
"tag-self-close": false, | |
"spec-char-escape": true, |