Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 345 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 345 Bytes

eslint-config-wcl-frontend

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

Usage

npm install --save-dev eslint-config-wcl-frontend

Create .eslintrc as following,

{
  "extends": "wcl-frontend"
}