Skip to content

Commit f0b4bb7

Browse files
committed
Add basic htmllint config
1 parent 3c9889c commit f0b4bb7

File tree

5 files changed

+542
-22
lines changed

5 files changed

+542
-22
lines changed

.htmllintrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"attr-name-style": "dash",
3+
"id-class-style": "dash",
4+
"indent-width": 2
5+
}

0 commit comments

Comments
 (0)