Relax id attribute checking

This commit is contained in:
Chocobo1 2023-10-29 17:29:52 +08:00
parent ccebf3cd4e
commit 0576228f7c
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C

View File

@ -6,6 +6,7 @@
"no-conditional-comment": "off",
"no-inline-style": "off",
"prefer-tbody": "off",
"valid-id": ["error", {"relaxed": true}],
"wcag/h63": "off",
"wcag/h71": "off"
}