update configs

This commit is contained in:
2026-04-29 21:34:09 +00:00
parent 4f9d19eb39
commit 0692c1b96c
5 changed files with 7 additions and 15 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"extends": [
"html-validate:recommended"
],
"rules": {
"no-inline-style": "off"
},
"elements": [
"html5",
{
"head": {
"requiredContent": []
}
}
]
}