Add basic htmllint config
This commit is contained in:
parent
3c9889c075
commit
f0b4bb7341
5 changed files with 542 additions and 22 deletions
5
.htmllintrc
Normal file
5
.htmllintrc
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"attr-name-style": "dash",
|
||||
"id-class-style": "dash",
|
||||
"indent-width": 2
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue