@@ -138,39 +138,12 @@ Add `plugin:jsx-a11y/recommended` or `plugin:jsx-a11y/strict` in `extends`:
138
138
139
139
Rule | Recommended | Strict
140
140
------------ | ------------- | -------------
141
- [ accessible-emoji] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/accessible-emoji.md ) | error | error
142
- [ alt-text] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/alt-text.md ) | error | error
143
- [ anchor-has-content] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-has-content.md ) | error | error
144
- [ anchor-is-valid] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md ) | error | error
145
- [ aria-activedescendant-has-tabindex] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/aria-activedescendant-has-tabindex.md ) | error | error
146
- [ aria-props] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/aria-props.md ) | error | error
147
- [ aria-proptypes] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/aria-proptypes.md ) | error | error
148
- [ aria-role] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/aria-role.md ) | error | error
149
- [ aria-unsupported-elements] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/aria-unsupported-elements.md ) | error | error
150
- [ autocomplete-valid] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/autocomplete-valid.md ) | error | error
151
- [ click-events-have-key-events] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/click-events-have-key-events.md ) | error | error
152
- [ heading-has-content] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/heading-has-content.md ) | error | error
153
- [ html-has-lang] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/html-has-lang.md ) | error | error
154
- [ iframe-has-title] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/iframe-has-title.md ) | error | error
155
- [ img-redundant-alt] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/img-redundant-alt.md ) | error | error
156
- [ interactive-supports-focus] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/interactive-supports-focus.md ) | error | error
157
- [ label-has-associated-control] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/label-has-associated-control.md ) | error | error
158
- [ media-has-caption] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/media-has-caption.md ) | error | error
159
- [ mouse-events-have-key-events] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/mouse-events-have-key-events.md ) | error | error
160
- [ no-access-key] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/no-access-key.md ) | error | error
161
- [ no-autofocus] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/no-autofocus.md ) | error | error
162
- [ no-distracting-elements] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/no-distracting-elements.md ) | error | error
163
141
[ no-interactive-element-to-noninteractive-role] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/no-interactive-element-to-noninteractive-role.md ) | error, with options | error
164
142
[ no-noninteractive-element-interactions] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/no-noninteractive-element-interactions.md ) | error, with options | error
165
143
[ no-noninteractive-element-to-interactive-role] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/no-noninteractive-element-to-interactive-role.md ) | error, with options | error
166
144
[ no-noninteractive-tabindex] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/no-noninteractive-tabindex.md ) | error, with options | error
167
- [ no-onchange] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/no-onchange.md ) | error | error
168
- [ no-redundant-roles] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/no-redundant-roles.md ) | error | error
169
145
[ no-static-element-interactions] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/no-static-element-interactions.md ) | error, with options | error
170
- [ role-has-required-aria-props] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/role-has-required-aria-props.md ) | error | error
171
- [ role-supports-aria-props] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/role-supports-aria-props.md ) | error | error
172
146
[ scope] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/scope.md ) | error, with options | error
173
- [ tabindex-no-positive] ( https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/tabindex-no-positive.md ) | error | error
174
147
175
148
176
149
The following rules have extra options when in * recommended* mode:
0 commit comments