1.4.3 • Published 2 years ago
@dooboo/eslint-config-react-native v1.4.3
@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"
}