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