Licence
MIT
Version
3.0.0
Deps
11
Size
11 kB
Vulns
0
Weekly
0
eslint-config-react-native
Eslint config for React Native projects. Contains recommended rules extended from airbnb, airbnb/hooks, plugin:react, plugin:react-hooks. Added rules contain import and prop sorting, as well as most of available react-native rules.
Installation
- Install the correct versions of each package using the below command. If using older npm versions, you can install all needed dependencies manually.
npm install --dev @menelaia/eslint-config-react-native
- Add
"extends": "@menelaia/react-native"to your .eslintrc.