0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-30 12:24:19 +01:00
Bootstrap/docs/.htmlhintrc

18 lines
408 B
Plaintext
Raw Normal View History

{
2017-03-12 06:01:14 +01:00
"alt-require": true,
"attr-lowercase": true,
"attr-no-duplication": true,
"attr-unsafe-chars": true,
"attr-value-double-quotes": true,
"doctype-first": true,
"doctype-html5": true,
2017-03-12 06:01:14 +01:00
"id-class-value": true,
"id-unique": true,
2017-03-12 06:01:14 +01:00
"space-tab-mixed-disabled": true,
"spec-char-escape": true,
"src-not-empty": true,
"tag-pair": true,
"tagname-lowercase": true,
"title-require": true
}