Last active
July 26, 2021 11:17
-
-
Save justerror/0b250e3e3a70f41d3c034f1ae0e69d5d to your computer and use it in GitHub Desktop.
Configuration file for 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
| { | |
| "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