ProxmoxAAS-Dashboard/configs/.htmlvalidate.json

16 lines
175 B
JSON
Raw Normal View History

{
"extends": [
"html-validate:recommended"
],
"rules": {
"no-inline-style": "off"
2025-03-12 20:16:51 +00:00
},
"elements": [
"html5",
{
"head": {
"requiredContent": []
}
}
]
}