Skip to content

Commit

Permalink
Enable more checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobo1 committed Jul 17, 2024
1 parent 0ee450e commit fa72215
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .htmlvalidate.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"extends": [
"html-validate:document",
"html-validate:recommended"
],
"rules": {
"heading-level": "off",
"no-inline-style": "off",
"valid-id": ["error", {"relaxed": true}],
"require-sri": ["off", { "target": "crossorigin" }],
"valid-id": ["error", { "relaxed": true }],
"wcag/h71": "off"
}
}

0 comments on commit fa72215

Please sign in to comment.