mirror of
https://github.com/skoelle/PeopleCostCounter.git
synced 2026-09-17 20:00:25 +00:00
12 lines
255 B
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"
|
|
}
|
|
}
|