eslint-config-wcl-backend

0.4.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-wcl-backend

Weekly Downloads

138

Version

0.4.0

License

MIT

Unpacked Size

3.25 kB

Total Files

4

Last publish

Collaborators

  • xavierchow