Created
April 26, 2023 13:44
-
-
Save philsinatra/c6ec8cca1f0f7e58e89f5d21040dbca2 to your computer and use it in GitHub Desktop.
HTML Hint Config
This file contains 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
{ | |
"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