0.4.0 • Published 4 years ago

eslint-config-wcl-backend v0.4.0

Weekly downloads
156
License
MIT
Repository
github
Last release
4 years ago

eslint-config-wcl-backend

WCL's ESlint shareable configs used for backend, it's extended from eslint-config-loopback.

Prerequisite

ESlint@3.18 or later.

Usage

npm i -D eslint eslint-config-wcl-backend

Create .eslintrc as following,

{
  "extends": "wcl-backend"
}

Rules overriding

You can override the rules by adding the rules.

{
  "extends": "wcl-backend",
  "rules": {
    "eqeqeq": "off"
  }
}

License

MIT