eslint-config-bhram
v3.2.2
Published
Eslint config with less rule for react & react-native working with es7. Base of Airbnb
Downloads
13
Maintainers
Readme
yarn add -D eslint-config-bhram eslintCreate .eslintrc file in the root directory
And paste this code
{
"extends": "bhram"
}