Created
August 31, 2022 18:24
-
-
Save frippz/e0279840b2d2b320b64c0f28290ae595 to your computer and use it in GitHub Desktop.
HTMLHint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://htmlhint.com