-
-
Save guillermomartinez/524c880e16d07076255df4315868b1f1 to your computer and use it in GitHub Desktop.
HTMLHint rules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"alt-require": true, | |
"attr-lowercase": true, | |
"attr-no-duplication": true, | |
"attr-unsafe-chars": true, | |
"attr-value-double-quotes": false, | |
"attr-value-not-empty": false, | |
"doctype-first": true, | |
"doctype-html5": true, | |
"head-script-disabled": true, | |
"href-abs-or-rel": false, | |
"id-class-ad-disabled": true, | |
"id-class-value": "dash", | |
"id-unique": true, | |
"inline-script-disabled": true, | |
"inline-style-disabled": true, | |
"space-tab-mixed-disabled": "space2", | |
"spec-char-escape": true, | |
"src-not-empty": true, | |
"style-disabled": true, | |
"tag-pair": true, | |
"tag-self-close": false, | |
"tagname-lowercase": true, | |
"title-require": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment