@ist-group/eslint-config-react-native
v1.1.0
Published
Eslint config for React Native projects
Downloads
35
Readme
@ist-group/eslint-config-react-native
ESLint config for React Native projects.
Installation
yarn add -D @ist-group/eslint-config-react-native
Then extend the config in your .eslintrc file.
{
"extends": "@ist-group/eslint-config-react-native"
}