Skip to content

Commit d365af6

Browse files
committed
Fix README.md
1 parent b14fd80 commit d365af6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ Then configure the rules you want to use under the rules section.
6262
## Supported Rules
6363

6464
- [img-uses-alt](docs/rules/img-uses-alt.md): Enforce that img jsx elements use the alt attribute.
65-
- [onclick-uses-role](docs/rules/onclick-uses-role): Enforce that non-interactive, visible elements (such as div) that have click handlers use the role attribute.
66-
- [mouse-events-map-to-key-events](docs/rules/mouse-events-map-to-key-events): Enforce that onMouseOver/onMouseOut are accompanied by onFocus/onBlur for strictly keyboard users.
67-
- [use-onblur-not-onchange](docs/rules/use-onblur-not-onchange): Enforce that onBlur is used instead of onChange.
68-
- [no-access-key](docs/rules/no-access-key): Enforce that the accessKey prop is not used on any element to avoid complications with keyboard commands used by a screenreader.
69-
- [use-label-for](docs/rules/use-label-for): Enforce that label elements have the htmlFor attribute
65+
- [onclick-uses-role](docs/rules/onclick-uses-role.md): Enforce that non-interactive, visible elements (such as div) that have click handlers use the role attribute.
66+
- [mouse-events-map-to-key-events](docs/rules/mouse-events-map-to-key-events.md): Enforce that onMouseOver/onMouseOut are accompanied by onFocus/onBlur for strictly keyboard users.
67+
- [use-onblur-not-onchange](docs/rules/use-onblur-not-onchange.md): Enforce that onBlur is used instead of onChange.
68+
- [no-access-key](docs/rules/no-access-key.md): Enforce that the accessKey prop is not used on any element to avoid complications with keyboard commands used by a screenreader.
69+
- [use-label-for](docs/rules/use-label-for.md): Enforce that label elements have the htmlFor attribute
7070

7171
## License
7272

0 commit comments

Comments
 (0)