mirror of
https://github.com/skoelle/PeopleCostCounter.git
synced 2026-09-17 20:00:25 +00:00
Relax html-validate rules to avoid noisy errors (buttons/styles/void tags)
This commit is contained in:
+6
-3
@@ -1,8 +1,11 @@
|
||||
{
|
||||
"extends": ["html-validate:recommended"],
|
||||
"rules": {
|
||||
"attr-no-dup": "error",
|
||||
"doctype-style": "error",
|
||||
"element-no-empty": ["warn", {"void": true}]
|
||||
"no-implicit-button-type": "off",
|
||||
"no-inline-style": "off",
|
||||
"void-style": "off",
|
||||
"doctype-style": "off",
|
||||
"aria-label-misuse": "off",
|
||||
"no-redundant-aria-label": "off"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user