Skip to content

Instantly share code, notes, and snippets.

@smddzcy
Forked from DrummerHead/.htmlhintrc
Created June 12, 2016 14:16
Show Gist options
  • Save smddzcy/618cd947fa7e6cd89514ebb5093bf565 to your computer and use it in GitHub Desktop.
Save smddzcy/618cd947fa7e6cd89514ebb5093bf565 to your computer and use it in GitHub Desktop.
HTMLHint rules
{
"tagname-lowercase": true,
"attr-lowercase": true,
"attr-value-double-quotes": true,
"attr-value-not-empty": true,
"attr-no-duplication": true,
"doctype-first": false,
"tag-pair": true,
"tag-self-close": false,
"spec-char-escape": true,
"id-unique": true,
"src-not-empty": true,
"title-require": true,
"head-script-disabled": true,
"img-alt-require": true,
"doctype-html5": false,
"id-class-value": false,
"style-disabled": false,
"inline-style-disabled": true,
"inline-script-disabled": true,
"space-tab-mixed-disabled": true,
"id-class-ad-disabled": true,
"href-abs-or-rel": false,
"attr-unsafe-chars": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment