@@ -153,7 +153,7 @@ configuration file by mapping each custom component name to a DOM element type.
153
153
<!-- AUTO-GENERATED-CONTENT:START (TABLE) -->
154
154
| Rule | Recommended | Strict |
155
155
| :--- | :--- | :--- |
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 |
157
157
| [ alt-text] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/alt-text.md ) | error | error |
158
158
| [ anchor-has-content] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/anchor-has-content.md ) | error | error |
159
159
| [ 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.
164
164
| [ aria-unsupported-elements] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/aria-unsupported-elements.md ) | error | error |
165
165
| [ autocomplete-valid] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/autocomplete-valid.md ) | error | error |
166
166
| [ 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 |
168
168
| [ heading-has-content] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/heading-has-content.md ) | error | error |
169
169
| [ html-has-lang] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/html-has-lang.md ) | error | error |
170
170
| [ iframe-has-title] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/iframe-has-title.md ) | error | error |
171
171
| [ img-redundant-alt] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/img-redundant-alt.md ) | error | error |
172
172
| [ interactive-supports-focus] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/interactive-supports-focus.md ) | error | error |
173
173
| [ 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 |
176
176
| [ media-has-caption] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/media-has-caption.md ) | error | error |
177
177
| [ 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 |
178
178
| [ 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.
182
182
| [ 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 |
183
183
| [ 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 |
184
184
| [ 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 |
186
186
| [ no-redundant-roles] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/no-redundant-roles.md ) | error | error |
187
187
| [ 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 |
188
188
| [ 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