diff options
| author | Mark Otto <[email protected]> | 2017-05-29 11:15:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-29 23:32:28 -0700 |
| commit | 4d2570d0383da92b22cc136987f041412c4d20a3 (patch) | |
| tree | 00d5f77a41d6bd8179a10297a297427485eb3b58 /build | |
| parent | d326df63f22a2192e29685b607c65704eab3acbf (diff) | |
| download | bootstrap-4d2570d0383da92b22cc136987f041412c4d20a3.tar.xz bootstrap-4d2570d0383da92b22cc136987f041412c4d20a3.zip | |
drop htmlhint given htmllint gives us most of the coverage we need here
Diffstat (limited to 'build')
| -rw-r--r-- | build/.htmlhintrc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/build/.htmlhintrc b/build/.htmlhintrc deleted file mode 100644 index dff2e8088..000000000 --- a/build/.htmlhintrc +++ /dev/null @@ -1,17 +0,0 @@ -{ - "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 -} |
