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