twbs--bootstrap/docs/.htmllintrc

19 lines
589 B
Plaintext
Raw Normal View History

2017-01-23 09:38:34 +00:00
{
"attr-bans": ["align", "background", "bgcolor", "border", "frameborder", "longdesc", "marginwidth", "marginheight", "scrolling"],
"attr-name-style": "dash",
"attr-no-unsafe-char": false,
"class-style": "dash",
"doctype-first": true,
"doctype-html5": true,
2017-03-21 07:18:11 +00:00
"fig-req-figcaption": false,
2017-01-23 09:38:34 +00:00
"html-valid-content-model": false,
"id-class-ignore-regex": "(onclick|content|[a-z]+([A-Z][a-z])+)",
"id-class-style": "dash",
"img-req-alt": false,
"indent-style": "spaces",
"indent-width": 2,
"spec-char-escape": false,
"tag-bans": ["b", "i"],
"title-max-len": false
}