Skip to content

Commit

Permalink
Add doctype-style config
Browse files Browse the repository at this point in the history
Signed-off-by: m4rc3l05 <15786310+M4RC3L05@users.noreply.github.com>
  • Loading branch information
M4RC3L05 committed Jul 15, 2024
1 parent 6dc4276 commit c362a21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .htmlvalidate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"extends": ["html-validate:recommended"],
"rules": {
"no-inline-style": "off",
"void-style": ["error", { "style": "selfclosing" }]
"void-style": ["error", { "style": "selfclosing" }],
"doctype-style": ["error", { "style": "lowercase" }]
}
}

0 comments on commit c362a21

Please sign in to comment.