1.0.9 • Published 2 years ago
@yanotec/eslint-config-react-native v1.0.9
Yanotec ESLint config for React-Native apps
Whats included?
- Airbnb config base;
- Prettier;
Setup
- Install the dependencies
npm i -D eslint @yanotec/eslint-config-react-native- Create a
.eslintrc.jsonfile extending the config:
for ts project
{
"extends": "@yanotec/eslint-config-react-native/ts-recommended"
}or js project
{
"extends": "@yanotec/eslint-config-react-native/js-recommended"
}You can also use a
.eslintrc.jsinstead of JSON if you prefer.