You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ Then configure the rules you want to use under the rules section.
79
79
```
80
80
81
81
82
-
You can also enable all the recommended or strict rules at once.
82
+
You can also enable all the recommended or strict rules at once.
83
83
Add `plugin:jsx-a11y/recommended` or `plugin:jsx-a11y/strict` in `extends`:
84
84
85
85
```json
@@ -103,7 +103,6 @@ Add `plugin:jsx-a11y/recommended` or `plugin:jsx-a11y/strict` in `extends`:
103
103
-[aria-unsupported-elements](docs/rules/aria-unsupported-elements.md): Enforce that elements that do not support ARIA roles, states, and properties do not have those attributes.
104
104
-[click-events-have-key-events](docs/rules/click-events-have-key-events.md): Enforce a clickable non-interactive element has at least one keyboard event listener.
105
105
-[heading-has-content](docs/rules/heading-has-content.md): Enforce heading (`h1`, `h2`, etc) elements contain accessible content.
106
-
-[href-no-hash](docs/rules/href-no-hash.md): Enforce an anchor element's `href` prop value is not just `#`.
107
106
-[html-has-lang](docs/rules/html-has-lang.md): Enforce `<html>` element has `lang` prop.
108
107
-[iframe-has-title](docs/rules/iframe-has-title.md): Enforce iframe elements have a title attribute.
109
108
-[img-redundant-alt](docs/rules/img-redundant-alt.md): Enforce `<img>` alt prop does not contain the word "image", "picture", or "photo".
0 commit comments