@dooboo/eslint-config-react-native
Installation
yarn add -D eslint @dooboo/eslint-config-react-native @typescript-eslint/eslint-plugin eslint-plugin-jest prettier
Note: We're using
yarn
to install deps. Feel free to change commands to usenpm
3+ andnpx
if you like.
Usage
Add to your eslint config (.eslintrc
, or eslintConfig
field in package.json
):
{
"extends": "@dooboo/eslint-config-react-native"
}