You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,10 @@ Finally, enable all of the rules that you would like to use.
123
123
*[sort-comp](docs/rules/sort-comp.md): Enforce component methods order
124
124
*[wrap-multilines](docs/rules/wrap-multilines.md): Prevent missing parentheses around multilines JSX
125
125
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
+
126
130
# License
127
131
128
132
ESLint-plugin-React is licensed under the [MIT License](http://www.opensource.org/licenses/mit-license.php).
0 commit comments