eslint-config-yoho
Usage
Common
npm i -D eslint eslint-config-yoho
Add to your .eslintrc
{
"extends": "yoho"
}
Composition
You can use any combination of these shareable configs.
Install the dependencies:
npm i -D eslint eslint-config-yoho
.eslintrc
:
{
"extends": [
"yoho"
],
"rules": {
// custom tweaks
}
}