{ "extends": [ "next/core-web-vitals", "plugin:jsx-a11y/recommended" ], "plugins": ["jsx-a11y"], "rules": { "jsx-a11y/anchor-is-valid": "error", "jsx-a11y/aria-props": "error", "jsx-a11y/aria-proptypes": "error", "jsx-a11y/aria-unsupported-elements": "error", "jsx-a11y/heading-has-content": "error", "jsx-a11y/img-redundant-alt": "error", "jsx-a11y/label-has-associated-control": "error", "jsx-a11y/no-autofocus": "warn", "jsx-a11y/no-static-element-interactions": "error", "jsx-a11y/alt-text": "error", "jsx-a11y/click-events-have-key-events": "error", "jsx-a11y/interactive-supports-focus": "error", "jsx-a11y/no-noninteractive-element-interactions": "error", "jsx-a11y/no-noninteractive-tabindex": "error", "jsx-a11y/role-has-required-aria-props": "error", "jsx-a11y/role-supports-aria-props": "error", "jsx-a11y/tabindex-no-positive": "error" } }