Add basic htmllint config

This commit is contained in:
Peter deHaan 2017-06-09 10:21:22 -07:00
parent 3c9889c075
commit f0b4bb7341
5 changed files with 542 additions and 22 deletions

5
.htmllintrc Normal file
View file

@ -0,0 +1,5 @@
{
"attr-name-style": "dash",
"id-class-style": "dash",
"indent-width": 2
}