Skip to content

Instantly share code, notes, and snippets.

@janrenn
Created March 27, 2019 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janrenn/ab83ebb8d404ec0cd083c7f46bd93b32 to your computer and use it in GitHub Desktop.
Save janrenn/ab83ebb8d404ec0cd083c7f46bd93b32 to your computer and use it in GitHub Desktop.
htmlhintrc
{
"tagname-lowercase": true,
"attr-lowercase": true,
"attr-value-double-quotes": true,
"doctype-first": true,
"tag-pair": true,
"spec-char-escape": true,
"id-unique": true,
"src-not-empty": true,
"attr-no-duplication": true,
"title-require": true,
"doctype-html5": true,
"alt-require": true,
"space-tab-mixed-disabled": "space",
"id-class-ad-disabled": true,
"csslint": {
"display-property-grouping": true,
"known-properties": true
},
"jshint": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment