Skip to content

Commit e11d6d1

Browse files
authored
Add link to eslint-plugin-jsx-a11y
Folks might be arriving at this plugin, looking for accessibility rules. Thankfully, there is another good plugin that handles that, so I think it would be nice for us to point people in the right direction.
1 parent d102a85 commit e11d6d1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,10 @@ Finally, enable all of the rules that you would like to use. Use [our preset](#
130130
* [react/jsx-uses-vars](docs/rules/jsx-uses-vars.md): Prevent variables used in JSX to be incorrectly marked as unused
131131
* [react/jsx-wrap-multilines](docs/rules/jsx-wrap-multilines.md): Prevent missing parentheses around multilines JSX (fixable)
132132

133-
## React Native rules
133+
## Other useful plugins
134134

135-
If you're searching for React Native specific linting rules, check out [eslint-plugin-react-native](https://github.com/Intellicode/eslint-plugin-react-native).
135+
- JSX accessibility: [eslint-plugin-jsx-a11y](https://github.com/evcohen/eslint-plugin-jsx-a11y)
136+
- React Native: [eslint-plugin-react-native](https://github.com/Intellicode/eslint-plugin-react-native)
136137

137138
# Shareable configurations
138139

0 commit comments

Comments
 (0)