2.1.0 • Published 9 years ago
eslint-config-ucweb v2.1.0
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