Files
PeopleCostCounter/.htmlvalidate.json

12 lines
255 B
JSON

{
"extends": ["html-validate:recommended"],
"rules": {
"no-implicit-button-type": "off",
"no-inline-style": "off",
"void-style": "off",
"doctype-style": "off",
"aria-label-misuse": "off",
"no-redundant-aria-label": "off"
}
}