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-devUsage
Edit .eslintrc.yml
---
extends: ucwebEdit package.json
{
"scripts": {
"lint": "eslint app config lib test index.js"
}
}For legacy project
extends: ucweb/legacyRun
npm run lint