twbs--bootstrap/build/.htmllintrc

44 lines
1.2 KiB
Plaintext
Raw Normal View History

2017-10-04 10:13:42 +00:00
{
"attr-bans": ["align", "background", "bgcolor", "border", "frameborder", "longdesc", "marginwidth", "marginheight", "scrolling"],
"attr-name-style": false,
2017-10-22 12:02:24 +00:00
"attr-no-dup": true,
"attr-no-unsafe-char": true,
"attr-quote-style": "double",
"attr-req-value": true,
"attr-validate": true,
"class-no-dup": true,
2017-10-04 10:13:42 +00:00
"class-style": "dash",
"doctype-first": true,
"doctype-html5": true,
"fig-req-figcaption": false,
2017-10-22 12:02:24 +00:00
"focusable-tabindex-style": true,
"head-req-title": true,
"head-valid-content-model": false,
"href-style": false,
"html-req-lang": true,
2017-10-04 10:13:42 +00:00
"html-valid-content-model": false,
"id-class-ignore-regex": "(onclick|content|[a-z]+([A-Z][a-z])+)",
2017-10-22 12:02:24 +00:00
"id-class-no-ad": true,
2017-10-04 10:13:42 +00:00
"id-class-style": "dash",
2017-10-22 12:02:24 +00:00
"id-no-dup": true,
"img-req-alt": "allownull",
2017-10-04 10:13:42 +00:00
"img-req-src": false,
"indent-style": "spaces",
"indent-width": 2,
2017-10-22 12:02:24 +00:00
"input-radio-req-name": false,
"input-req-label": false,
"label-req-for": true,
"lang-style": "case",
"line-end-style": "lf",
2017-10-04 10:13:42 +00:00
"spec-char-escape": false,
2017-10-22 12:02:24 +00:00
"table-req-header": false,
2017-10-04 10:13:42 +00:00
"tag-bans": ["b", "i"],
2017-10-22 12:02:24 +00:00
"tag-close": true,
"tagname-lowercase": true,
"tag-name-match": true,
"tag-self-close": false,
"text-ignore-regex": false,
"title-max-len": 70,
"title-no-dup": true
2017-10-04 10:13:42 +00:00
}