eslint-config-ucweb
v2.1.0
Published
Node Style Guide for UCWEB
Readme
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