Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2017-10-04 13:13:42 +0300
committerXhmikosR <xhmikosr@gmail.com>2017-10-08 19:08:16 +0300
commit607f26d0a330f4513197b49319fd1dd6e68be2f3 (patch)
tree4eaf9f1d19f54f62d8a5990c56199d20117ebd42 /build
parentee4176c9c9ea309ede9085c890f23edd79b3762b (diff)
Add back htmlhint.
Diffstat (limited to 'build')
-rw-r--r--build/.htmllintrc19
1 files changed, 19 insertions, 0 deletions
diff --git a/build/.htmllintrc b/build/.htmllintrc
new file mode 100644
index 0000000000..c04658fb9e
--- /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
+}