blob: 7d21cd6a6cc96dfe95290e072fd3be19c3de9569 [file] [log] [blame]
{
"extends": [
"htmlvalidate:recommended"
],
"plugins": [
"./rules.js"
],
"rules": {
"attr-quotes": "off",
"wcag/h30": "off",
"no-inline-style": "off",
"element-required-attributes": "off",
"prefer-tbody": "off",
"long-title": "off",
"camel/title": "error"
}
}