eslint-config-mobilefolk
v1.0.0
Published
Eslint config with less rule for react & react-native working with es7. Base of Airbnb
Downloads
12
Maintainers
Readme
Usage
npm i -D eslint-config-mobilefolk eslint
Create .eslintrc file in the root directory
And paste this code
{
"extends": "mobilefolk"
}