diff options
| author | XhmikosR <[email protected]> | 2017-10-04 13:13:42 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-10-08 19:08:16 +0300 |
| commit | 607f26d0a330f4513197b49319fd1dd6e68be2f3 (patch) | |
| tree | 4eaf9f1d19f54f62d8a5990c56199d20117ebd42 /build | |
| parent | ee4176c9c9ea309ede9085c890f23edd79b3762b (diff) | |
| download | bootstrap-607f26d0a330f4513197b49319fd1dd6e68be2f3.tar.xz bootstrap-607f26d0a330f4513197b49319fd1dd6e68be2f3.zip | |
Add back htmlhint.
Diffstat (limited to 'build')
| -rw-r--r-- | build/.htmllintrc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/build/.htmllintrc b/build/.htmllintrc new file mode 100644 index 000000000..c04658fb9 --- /dev/null +++ b/build/.htmllintrc @@ -0,0 +1,19 @@ +{ + "attr-bans": ["align", "background", "bgcolor", "border", "frameborder", "longdesc", "marginwidth", "marginheight", "scrolling"], + "attr-name-style": false, + "attr-no-unsafe-char": false, + "class-style": "dash", + "doctype-first": true, + "doctype-html5": true, + "fig-req-figcaption": false, + "html-valid-content-model": false, + "id-class-ignore-regex": "(onclick|content|[a-z]+([A-Z][a-z])+)", + "id-class-style": "dash", + "img-req-src": false, + "img-req-alt": false, + "indent-style": "spaces", + "indent-width": 2, + "spec-char-escape": false, + "tag-bans": ["b", "i"], + "title-max-len": false +} |
