@dooboo/eslint-config-react-native
v1.4.3
Published
ESLint config for React & React Native that extends @react-native/eslint-config
Readme
@dooboo/eslint-config-react-native
Installation
yarn add -D eslint @dooboo/eslint-config-react-native @typescript-eslint/eslint-plugin eslint-plugin-jest prettierNote: We're using
yarnto install deps. Feel free to change commands to usenpm3+ andnpxif you like.
Usage
Add to your eslint config (.eslintrc, or eslintConfig field in package.json):
{
"extends": "@dooboo/eslint-config-react-native"
}