2.0.2 • Published 3 years ago

eslint-config-wcl-frontend v2.0.2

Weekly downloads
41
License
ISC
Repository
github
Last release
3 years ago

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