Created
November 20, 2016 15:07
-
-
Save pjsvis/9b8185ac9b5d1aae7d92b2f78aebb257 to your computer and use it in GitHub Desktop.
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
{ | |
"doctype-first": false, | |
"tagname-lowercase": true, | |
"attr-lowercase": true, | |
"attr-value-double-quotes": true, | |
"tag-pair": true, | |
"spec-char-escape": true, | |
"id-unique": true, | |
"src-not-empty": true, | |
"attr-no-duplication": true, | |
"title-require": true, | |
"inline-style-disabled": true, | |
"inline-script-disabled": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment