Add checker for html

This commit is contained in:
Chocobo1
2023-03-28 17:50:37 +08:00
parent b922441a7c
commit 679e592a5c
2 changed files with 19 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
{
"extends": [
"html-validate:recommended"
],
"rules": {
"empty-heading": "off",
"long-title": "off",
"no-conditional-comment": "off",
"no-inline-style": "off",
"prefer-button": "off",
"prefer-tbody": "off",
"text-content": "off",
"void-style": "off",
"wcag/h63": "off",
"wcag/h71": "off"
}
}