Created
March 27, 2019 16:28
-
-
Save janrenn/ab83ebb8d404ec0cd083c7f46bd93b32 to your computer and use it in GitHub Desktop.
htmlhintrc
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": true, | |
"attr-value-double-quotes": true, | |
"doctype-first": true, | |
"tag-pair": true, | |
"spec-char-escape": true, | |
"id-unique": true, | |
"src-not-empty": true, | |
"attr-no-duplication": true, | |
"title-require": true, | |
"doctype-html5": true, | |
"alt-require": true, | |
"space-tab-mixed-disabled": "space", | |
"id-class-ad-disabled": true, | |
"csslint": { | |
"display-property-grouping": true, | |
"known-properties": true | |
}, | |
"jshint": {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment