1
Fork 0
moonythm/tooling/htmlvalidate.json
2025-03-04 00:39:15 +01:00

14 lines
242 B
JSON

{
"extends": [
"html-validate:recommended",
"html-validate:standard",
"html-validate:a11y",
"html-validate:document",
"html-validate:prettier"
],
"rules": {
"require-sri": "off",
"heading-level": "off"
}
}