ci: only warn on html-valiudate attribute-misuse rule

This commit is contained in:
Robert Kaussow 2025-06-23 14:31:49 +02:00
parent ef5c5838d4
commit 0f0af88444
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
"rules": {
"element-required-content": "off",
"element-permitted-content": "off",
"no-raw-characters": "off"
"no-raw-characters": "off",
"attribute-misuse": "warn"
}
}