eslint-config-react-native-yoyo
v1.0.8
Published
Official eslint configuration and coding style standard for react-native projects inside yoyo
Downloads
14
Readme
ESLINT Config for react-native projects inside YOYO Holdings
This project is maintained by YOYO Holdings engineering team to have a single eslint configuration for all the react-native projects and maintain coding style standards. This eslint config also supports typescript code standards and best practices.
How to use
npm install --save-dev eslint-config-react-native-yoyo
Create a new file on your project called .eslintrc
, then copy and paste this config inside
{
"extends": "react-native-yoyo",
}
How to contribute
- Fork this repository
- Create changes on your forked repository
- Open a full request with the description of what is changed and why we need to use that rule / plugin