ci: only warn on html-valiudate attribute-misuse rule
This commit is contained in:
parent
ef5c5838d4
commit
0f0af88444
|
@ -3,6 +3,7 @@
|
|||
"rules": {
|
||||
"element-required-content": "off",
|
||||
"element-permitted-content": "off",
|
||||
"no-raw-characters": "off"
|
||||
"no-raw-characters": "off",
|
||||
"attribute-misuse": "warn"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue