Skip to content

Commit

Permalink
Add link to eslint-plugin-jsx-a11y
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lencioni committed Aug 7, 2016
1 parent d102a85 commit e11d6d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -130,9 +130,10 @@ Finally, enable all of the rules that you would like to use. Use [our preset](#
* [react/jsx-uses-vars](docs/rules/jsx-uses-vars.md): Prevent variables used in JSX to be incorrectly marked as unused
* [react/jsx-wrap-multilines](docs/rules/jsx-wrap-multilines.md): Prevent missing parentheses around multilines JSX (fixable)

## React Native rules
## Other useful plugins

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

# Shareable configurations

Expand Down

0 comments on commit e11d6d1

Please sign in to comment.