Recently I came across a requirement where I needed to add eslint support for my one of React Native project. In this article, I’m going to explain how to achieve it without a pain for your next project.
I hope you have already set up your React Native project, if not you can create a simple project using expo as follows:
NOTE: If you haven’t installed the Expo CLI in your system you can do by the following command before running the next set of commands

#react-native #javascript #eslint #airbnb #best-practices

Add Eslint Support to your React Native Project with React Hooks
1.15 GEEK