@@ -153,7 +153,7 @@ configuration file by mapping each custom component name to a DOM element type.
153153<!-- AUTO-GENERATED-CONTENT:START (TABLE) -->
154154| Rule | Recommended | Strict |
155155| :--- | :--- | :--- |
156- | [ accessible-emoji] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/accessible-emoji.md ) | error | error |
156+ | [ accessible-emoji] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/accessible-emoji.md ) | off | off |
157157| [ alt-text] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/alt-text.md ) | error | error |
158158| [ anchor-has-content] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/anchor-has-content.md ) | error | error |
159159| [ anchor-is-valid] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/anchor-is-valid.md ) | error | error |
@@ -164,15 +164,15 @@ configuration file by mapping each custom component name to a DOM element type.
164164| [ aria-unsupported-elements] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/aria-unsupported-elements.md ) | error | error |
165165| [ autocomplete-valid] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/autocomplete-valid.md ) | error | error |
166166| [ click-events-have-key-events] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/click-events-have-key-events.md ) | error | error |
167- | [ control-has-associated-label] ( undefined ) | error | error |
167+ | [ control-has-associated-label] ( undefined ) | off | off |
168168| [ heading-has-content] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/heading-has-content.md ) | error | error |
169169| [ html-has-lang] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/html-has-lang.md ) | error | error |
170170| [ iframe-has-title] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/iframe-has-title.md ) | error | error |
171171| [ img-redundant-alt] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/img-redundant-alt.md ) | error | error |
172172| [ interactive-supports-focus] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/interactive-supports-focus.md ) | error | error |
173173| [ label-has-associated-control] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/docs/rules/label-has-associated-control.md ) | error | error |
174- | [ label-has-for] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/label-has-for.md ) | error | error |
175- | [ lang] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/lang.md ) | error | error |
174+ | [ label-has-for] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/label-has-for.md ) | off | off |
175+ | [ lang] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/lang.md ) | off | off |
176176| [ media-has-caption] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/media-has-caption.md ) | error | error |
177177| [ mouse-events-have-key-events] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/mouse-events-have-key-events.md ) | error | error |
178178| [ no-access-key] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/no-access-key.md ) | error | error |
@@ -182,7 +182,7 @@ configuration file by mapping each custom component name to a DOM element type.
182182| [ no-noninteractive-element-interactions] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/no-noninteractive-element-interactions.md ) | error, with options | error |
183183| [ no-noninteractive-element-to-interactive-role] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/no-noninteractive-element-to-interactive-role.md ) | error, with options | error |
184184| [ no-noninteractive-tabindex] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/no-noninteractive-tabindex.md ) | error, with options | error |
185- | [ no-onchange] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/no-onchange.md ) | error | error |
185+ | [ no-onchange] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/no-onchange.md ) | off | off |
186186| [ no-redundant-roles] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/no-redundant-roles.md ) | error | error |
187187| [ no-static-element-interactions] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/no-static-element-interactions.md ) | error, with options | error |
188188| [ role-has-required-aria-props] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/role-has-required-aria-props.md ) | error | error |
0 commit comments