Skip to content

Instantly share code, notes, and snippets.

@frippz
Created August 31, 2022 18:24
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 frippz/e0279840b2d2b320b64c0f28290ae595 to your computer and use it in GitHub Desktop.
Save frippz/e0279840b2d2b320b64c0f28290ae595 to your computer and use it in GitHub Desktop.
HTMLHint
{
"tagname-lowercase": true,
"attr-lowercase": ["viewBox"],
"attr-value-double-quotes": true,
"attr-value-not-empty": false,
"attr-no-duplication": true,
"doctype-first": true,
"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,
"alt-require": true,
"doctype-html5": true,
"id-class-value": true,
"style-disabled": false,
"inline-style-disabled": false,
"inline-script-disabled": true,
"space-tab-mixed-disabled": "space",
"attr-unsafe-chars": true
}
@frippz
Copy link
Author

frippz commented Aug 31, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment