Skip to content
This repository was archived by the owner on Jun 19, 2018. It is now read-only.

Commit

Permalink
Add html linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lewis committed May 17, 2015
1 parent 768397b commit 588b517
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .htmlhintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"tagname-lowercase": true,
"attr-lowercase": true,
"attr-value-double-quotes": true,
"attr-value-not-empty": false,
"attr-no-duplication": true,
"doctype-first": false,
"tag-pair": true,
"tag-self-close": false,
"spec-char-escape": true,
"id-unique": true,
"src-not-empty": true,
"doctype-html5": true,
"space-tab-mixed-disabled": true
}

0 comments on commit 588b517

Please sign in to comment.