Skip to content

Instantly share code, notes, and snippets.

@justerror
Last active July 26, 2021 11:17
Show Gist options
  • Select an option

  • Save justerror/0b250e3e3a70f41d3c034f1ae0e69d5d to your computer and use it in GitHub Desktop.

Select an option

Save justerror/0b250e3e3a70f41d3c034f1ae0e69d5d to your computer and use it in GitHub Desktop.
Configuration file for HTMLHint
{
"attr-no-duplication": true,
"attr-value-double-quotes": true,
"id-class-ad-disabled": true,
"inline-script-disabled": true,
"inline-style-disabled": true,
"src-not-empty": true,
"style-disabled": true,
"tag-pair": true,
"tagname-lowercase": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment