eslint-config-react-native-localz
v2.0.2
Published
ESLint config for the Localz React Native repositories
Downloads
26
Readme
eslint-config-react-native-localz
This config will also integrate prettier into your eslint workflow... no need for a .prettierrc
!
Install
$ npm install eslint-config-react-native-localz eslint prettier --save-dev
Usage
Add react-native-localz
as an eslint configuration -- either:
- In
package.json
:
"eslintConfig": {
"extends": [
...
"react-native-localz",
...
],
...
}
OR
- In
.eslintrc
/.eslintrc.json
:
{
"extends": [
...
"react-native-localz",
...
],
...
}
License
MIT © Localz