From e11d6d16e5bb18897e7ebf51c3f51a8ca6db5e9c Mon Sep 17 00:00:00 2001 From: Joe Lencioni Date: Sun, 7 Aug 2016 11:33:03 -0700 Subject: [PATCH] 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. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59029121fd..3bb9a70605 100644 --- a/README.md +++ b/README.md @@ -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