eslint-config-yoho
v1.1.0
Published
YOHO ESLint Config
Downloads
5
Readme
eslint-config-yoho
Usage
Common
npm i -D eslint eslint-config-yohoAdd 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
}
}