Skip to content

Instantly share code, notes, and snippets.

@philsinatra
Created April 26, 2023 13:44
Show Gist options
  • Save philsinatra/c6ec8cca1f0f7e58e89f5d21040dbca2 to your computer and use it in GitHub Desktop.
Save philsinatra/c6ec8cca1f0f7e58e89f5d21040dbca2 to your computer and use it in GitHub Desktop.
HTML Hint Config
{
"alt-require": true,
"attr-lowercase": true,
"attr-no-duplication": true,
"attr-value-double-quotes": true,
"doctype-first": true,
"doctype-html5": true,
"id-unique": true,
"spec-char-escape": true,
"src-not-empty": true,
"tag-pair": 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