Enable more checks

This commit is contained in:
Chocobo1 2024-07-17 14:41:53 +08:00
parent 0ee450ef20
commit fa72215c30
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C

View File

@ -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"
}
}