Files
espurna/code/.htmlvalidate.json
2022-10-23 03:56:19 +03:00

14 lines
197 B
JSON

{
"elements": [
"html5"
],
"extends": [
"html-validate:recommended"
],
"rules": {
"wcag/h32": "off",
"wcag/h71": "off",
"valid-id": ["error", {"relaxed": true}]
}
}