eslint-config-ucweb
v2.1.0
Published
Node Style Guide for UCWEB
Downloads
5
Readme
eslint-config-ucweb
Node Style Guide for UCWEB.
Install
npm install eslint-config-ucweb eslint --save-dev
Usage
Edit .eslintrc.yml
---
extends: ucweb
Edit package.json
{
"scripts": {
"lint": "eslint app config lib test index.js"
}
}
For legacy project
extends: ucweb/legacy
Run
npm run lint