E

eslint-config-yoho

f0c32860 tab width 2 & 1.1.0 · by 陈峰

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
  }
}