Skip to content

Commit 4707f8a

Browse files
committed
Add link to eslint-plugin-react-native in Readme
1 parent 5a41bed commit 4707f8a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ Finally, enable all of the rules that you would like to use.
123123
* [sort-comp](docs/rules/sort-comp.md): Enforce component methods order
124124
* [wrap-multilines](docs/rules/wrap-multilines.md): Prevent missing parentheses around multilines JSX
125125

126+
## React Native
127+
128+
If you're searching for React Native specific linting rules, check out [eslint-plugin-react-native](https://github.com/Intellicode/eslint-plugin-react-native).
129+
126130
# License
127131

128132
ESLint-plugin-React is licensed under the [MIT License](http://www.opensource.org/licenses/mit-license.php).

0 commit comments

Comments
 (0)