Files
ProxmoxAAS-Dashboard/dev_config/.htmlvalidate.json
T
2026-04-29 21:34:09 +00:00

16 lines
175 B
JSON

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