eslint-config-yoho

1.1.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-yoho

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

6.98 kB

Total Files

6

Last publish

Collaborators

  • yoholab