eslint-config-wcl-frontend
v2.0.2
Published
WCL's ESlint shareable configs used for frontend, it's extended from [eslint-config-airbnb](https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb).
Downloads
21
Readme
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"
}