{ "connector": { "name": "jsdom" }, "formatters": ["codeframe"], "hintsTimeout": 20000, "extends": ["web-recommended", "accessibility"], "hints": { "no-friendly-error-pages": "off", "no-broken-links": "warning", "doctype": "error", "apple-touch-icons": "error", "button-type": "error", "compat-api/css": "error", "compat-api/html": [ "error", { "ignore": ["img[loading]"] } ], "create-element-svg": "error", "css-prefix-order": "error", "disown-opener": "error", "highest-available-document-mode": "error", "leading-dot-classlist": "error", "manifest-exists": "error", "meta-charset-utf-8": "error", "meta-viewport": "error", "no-bom": "error", "no-inline-styles": "error", "no-protocol-relative-urls": "error", "html-checker": "error", "scoped-svg-styles": "error", "sri": "error", "axe/aria": "error", "axe/color": "error", "axe/forms": "error", "axe/keyboard": "error", "axe/language": "error", "axe/name-role-value": "error", "axe/parsing": "error", "axe/semantics": "error", "axe/sensory-and-visual-cues": "error", "axe/structure": "error", "axe/tables": "error", "axe/text-alternatives": "error", "axe/time-and-media": "error" } }