aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-10-04 13:13:42 +0300
committerXhmikosR <[email protected]>2017-10-08 19:08:16 +0300
commit607f26d0a330f4513197b49319fd1dd6e68be2f3 (patch)
tree4eaf9f1d19f54f62d8a5990c56199d20117ebd42 /package.json
parentee4176c9c9ea309ede9085c890f23edd79b3762b (diff)
downloadbootstrap-607f26d0a330f4513197b49319fd1dd6e68be2f3.tar.xz
bootstrap-607f26d0a330f4513197b49319fd1dd6e68be2f3.zip
Add back htmlhint.
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index de371c8d5..6a968518c 100644
--- a/package.json
+++ b/package.json
@@ -49,7 +49,7 @@
"docs-compile": "bundle exec jekyll build",
"postdocs-compile": "npm run docs-workbox-precache",
"docs-github": "shx echo \"github: true\" > twbsconfig.yml && npm run docs-compile -- --config _config.yml,twbsconfig.yml && shx rm ./twbsconfig.yml",
- "docs-lint": "node build/htmllint.js",
+ "docs-lint": "htmllint --rc build/.htmllintrc \"_gh_pages/**/*.html\" \"js/tests/**/*.html\" && node build/htmllint.js",
"docs-serve": "bundle exec jekyll serve",
"docs-upload-preview": "build/upload-preview.sh",
"docs-workbox-precache": "node build/workbox.js",
@@ -90,6 +90,7 @@
"cross-env": "^5.0.5",
"eslint": "^4.2.0",
"eslint-plugin-compat": "^1.0.4",
+ "htmllint-cli": "^0.0.6",
"jsunitsaucelabs": "^1.2.0",
"node-sass": "^4.5.3",
"nodemon": "^1.11.0",