Skip to content

Instantly share code, notes, and snippets.

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