eslint-config-ncoleman
v1.6.4
Published
Eslint config with less rule for react & react-native working with es7. Based off Airbnb
Downloads
3
Maintainers
Readme
Usage
npm i -D eslint-config-ncoleman eslint
||yarn add -D eslint-config-ncoleman eslint
Create .eslintrc file in the root directory
And paste this code
{
"extends": "ncoleman"
}