@ltatarev/eslint-config-react-native
v2.2.0
Published
Eslint config for React Native projects
Downloads
7
Maintainers
Readme
🗂️ eslint-config-react-native
Eslint config for React Native Typescript 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 available react-native
rules.
🖥️ Installation
- Install the desired package using the below command.
npm install --dev @ltatarev/eslint-config-react-native
- Add
"extends": "@ltatarev/react-native"
to your .eslintrc.