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:
authorMark Otto <markdotto@gmail.com>2017-05-29 08:50:57 +0300
committerMark Otto <markd.otto@gmail.com>2017-05-30 09:32:28 +0300
commit3e76d6565603fafa2c85ad81d7b6345c4e279c72 (patch)
treefad0aa6a4a70cafb4a803bd920d6ae2fa44dc466 /build
parent32153eb7cba316b873e82cd7b9362c92ca00eddf (diff)
Rearrange all the docs to allow for a docs/major.minor/ setup
Diffstat (limited to 'build')
-rw-r--r--build/.htmlhintrc17
-rw-r--r--build/.htmllintrc19
2 files changed, 36 insertions, 0 deletions
diff --git a/build/.htmlhintrc b/build/.htmlhintrc
new file mode 100644
index 0000000000..dff2e8088c
--- /dev/null
+++ b/build/.htmlhintrc
@@ -0,0 +1,17 @@
+{
+ "alt-require": true,
+ "attr-lowercase": true,
+ "attr-no-duplication": true,
+ "attr-unsafe-chars": true,
+ "attr-value-double-quotes": true,
+ "doctype-first": true,
+ "doctype-html5": true,
+ "id-class-value": true,
+ "id-unique": true,
+ "space-tab-mixed-disabled": true,
+ "spec-char-escape": true,
+ "src-not-empty": true,
+ "tag-pair": true,
+ "tagname-lowercase": true,
+ "title-require": true
+}
diff --git a/build/.htmllintrc b/build/.htmllintrc
new file mode 100644
index 0000000000..d88560faa9
--- /dev/null
+++ b/build/.htmllintrc
@@ -0,0 +1,19 @@
+{
+ "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,
+ "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
+}