Skip to content

Commit

Permalink
ci: disable HTML linting of doctype casing, Prettier does that
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Sep 27, 2023
1 parent 5596cb6 commit 320387b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .htmlvalidate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"root": true,
"extends": ["html-validate:recommended"],
"rules": {
"doctype-style": "off",
"no-inline-style": "off",
"void-style": "off"
}
Expand Down

0 comments on commit 320387b

Please sign in to comment.