hugo-geekdoc/.htmlvalidate.json

10 lines
204 B
JSON

{
"extends": ["html-validate:standard"],
"rules": {
"element-required-content": "off",
"element-permitted-content": "off",
"no-raw-characters": "off",
"attribute-misuse": "warn"
}
}