@voicenter-team/eslint-config-react-native
v1.0.2
Published
Shared react native eslint config
Downloads
14
Readme
An eslint configuration for react native
Usage:
- Install dependency
ornpm i @voicenter-team/eslint-config-react-native --save-dev
yarn add @voicenter-team/eslint-config-react-native --dev
- In .eslintrc file do:
{
"extends": [
"@voicenter-team/react-native"
]
}