1.0.2 • Published 6 years ago
@teamdigitaledge/eslint-config-js v1.0.2
To use our lint rules in a Vue app
npm i @teamdigitaledge/eslint-config-js
- Install the peer dependencies (probably just upgrade versions in your package.json)
- Make an .eslintrc.json with
{
"extends": "@teamdigitaledge/eslint-config-js"
}
Now you should have our lint rules.
To modify this set of rules
- Change the eslint.js file
- Bump version in package.json
- Commit
- Tag
nmp login
(ask JP for credentials if you need them)npm config set scope teamdigitaledge
npm publish --access public
(public for now)
To install
npm i @teamdigitaledge/eslint-config-js@latest
To upgrade
npm upgrade @teamdigitaledge/eslint-config-js