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>2018-04-30 15:18:30 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-05-22 17:26:21 +0300
commit0873ab71c78639c0bf622bc3236698eb2b6d920b (patch)
treed98269ce018275b91bb3739494ce5507fd2c437c /build
parentbea6154108ce77278a8b9f87b34fdd54ec3565ed (diff)
Update devDependencies and gems.
Downgrade bundlesize until they make brotli optional since it doesn't work with node.js 10.x yet. So, babel, qunit/karma-qunit and bundle-size aren't the latest versions.
Diffstat (limited to 'build')
-rw-r--r--build/.htmllintrc9
1 files changed, 5 insertions, 4 deletions
diff --git a/build/.htmllintrc b/build/.htmllintrc
index ba2c6b3a39..d5cf54f5bd 100644
--- a/build/.htmllintrc
+++ b/build/.htmllintrc
@@ -5,9 +5,9 @@
"attr-no-unsafe-char": true,
"attr-quote-style": "double",
"attr-req-value": true,
- "attr-validate": true,
+ "attr-validate": false,
"class-no-dup": true,
- "class-style": "dash",
+ "class-style": "none",
"doctype-first": true,
"doctype-html5": true,
"fig-req-figcaption": false,
@@ -19,7 +19,7 @@
"html-valid-content-model": false,
"id-class-ignore-regex": "(onclick|content|[a-z]+([A-Z][a-z])+)",
"id-class-no-ad": true,
- "id-class-style": "dash",
+ "id-class-style": false,
"id-no-dup": true,
"img-req-alt": "allownull",
"img-req-src": false,
@@ -29,12 +29,13 @@
"input-req-label": false,
"label-req-for": true,
"lang-style": "case",
+ "line-no-trailing-whitespace": false,
"line-end-style": "lf",
"spec-char-escape": false,
"table-req-header": false,
"tag-bans": ["b", "i"],
"tag-close": true,
- "tagname-lowercase": true,
+ "tag-name-lowercase": true,
"tag-name-match": true,
"tag-self-close": false,
"text-ignore-regex": false,