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"],
|
"extends": ["html-validate:recommended"],
|
||||||
"rules": {
|
"rules": {
|
||||||
"attr-no-dup": "error",
|
"no-implicit-button-type": "off",
|
||||||
"doctype-style": "error",
|
"no-inline-style": "off",
|
||||||
"element-no-empty": ["warn", {"void": true}]
|
"void-style": "off",
|
||||||
|
"doctype-style": "off",
|
||||||
|
"aria-label-misuse": "off",
|
||||||
|
"no-redundant-aria-label": "off"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user