eslint-config-cobinhood
v0.0.1
Published
eslint config
Downloads
3
Readme
eslint-config-cobinhood
eslint config
Usage
yarn add --dev https://github.com/cobinhood/eslint-config-cobinhood.git
Then, extend eslint-config-cobinhood
in your .eslintrc
:
// for webapp
{
"extends": "eslint-config-cobinhood/browser"
}
// for node
{
"extends": "eslint-config-cobinhood/node"
}