Installation
Install the package and its dependencies:
npm i -D @celsodias12/eslint-config-react-native eslint-plugin-react-native
Configuration
In your ESLint configuration file, add the following content:
{
"extends": [
// ... other configs
"@celsodias12/eslint-config-react-native"
]
}