mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
0cf5204a48
[skip sauce]
16 lines
346 B
JSON
16 lines
346 B
JSON
{
|
|
"attr-lowercase": true,
|
|
"attr-no-duplication": true,
|
|
"alt-require": true,
|
|
"attr-unsafe-chars": 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
|
|
}
|