blob: 5710ad2704d20bea7f173bfa3b696b5fb26065de [file] [log] [blame]
{
"extends": [
"htmlvalidate:recommended"
],
"plugins": [
"./rules.js"
],
"rules": {
"attr-quotes": "off",
"camel/relative-links": "error",
"camel/structured-data": "error",
"camel/title": "error",
"doctype-style": [
"error",
{
"style": "lowercase"
}
],
"element-required-attributes": "off",
"long-title": "off",
"no-inline-style": "off",
"prefer-tbody": "off",
"wcag/h30": "off",
"valid-id": "off",
"wcag/h63": "off"
}
}