Skip to content

Wiredcraft/eslint-config-wcl-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published