0.0.1 • Published 8 years ago
eslint-config-cobinhood v0.0.1
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"
}0.0.1
8 years ago