ProxmoxAAS-Dashboard/configs/.htmlvalidate.json

16 lines
175 B
JSON

{
"extends": [
"html-validate:recommended"
],
"rules": {
"no-inline-style": "off"
},
"elements": [
"html5",
{
"head": {
"requiredContent": []
}
}
]
}