diff options
| author | XhmikosR <[email protected]> | 2018-11-05 18:42:05 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-11-05 18:42:05 +0200 |
| commit | e3abb8e4dd324d782bf53823d64c28f3b2070e32 (patch) | |
| tree | ad3f7c5a73b602986d8e9d0784dac6009e5d98df /package.json | |
| parent | aa098991bf48b7266c7fa613c76f435d3ba79c29 (diff) | |
| download | bootstrap-e3abb8e4dd324d782bf53823d64c28f3b2070e32.tar.xz bootstrap-e3abb8e4dd324d782bf53823d64c28f3b2070e32.zip | |
Remove htmllint. (#27603)
We use the official HTML validator for HTML validation, and we don't really use any of the htmllint features.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/package.json b/package.json index 996529ca9..32dbd60c1 100644 --- a/package.json +++ b/package.json @@ -62,9 +62,7 @@ "docs": "npm-run-all --parallel css-docs js-docs --sequential docs-compile docs-lint", "docs-compile": "bundle exec jekyll build", "docs-production": "cross-env JEKYLL_ENV=production npm run docs-compile", - "docs-lint": "npm-run-all docs-lint-*", - "docs-lint-htmllint": "htmllint --rc build/.htmllintrc \"_gh_pages/**/*.html\" \"js/tests/**/*.html\"", - "docs-lint-vnu-jar": "node build/vnu-jar.js", + "docs-lint": "node build/vnu-jar.js", "docs-serve": "bundle exec jekyll serve", "docs-serve-only": "npm run docs-serve -- --skip-initial-build --no-watch", "update-deps": "ncu -a -x jquery -x bundlesize && npm update && bundle update && cross-env-shell echo Manually update \\\"site/docs/$npm_package_version_short/assets/js/vendor/\\\"", @@ -113,7 +111,6 @@ "find-unused-sass-variables": "^0.3.0", "glob": "^7.1.3", "hammer-simulator": "0.0.1", - "htmllint-cli": "^0.0.7", "http-server": "^0.11.1", "ip": "^1.1.5", "karma": "^3.1.1", |
