1.0.2 • Published 6 years ago

@teamdigitaledge/eslint-config-js v1.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

To use our lint rules in a Vue app

  1. npm i @teamdigitaledge/eslint-config-js
  2. Install the peer dependencies (probably just upgrade versions in your package.json)
  3. Make an .eslintrc.json with
{
	"extends": "@teamdigitaledge/eslint-config-js"
}

Now you should have our lint rules.

To modify this set of rules

  1. Change the eslint.js file
  2. Bump version in package.json
  3. Commit
  4. Tag
  5. nmp login (ask JP for credentials if you need them)
  6. npm config set scope teamdigitaledge
  7. npm publish --access public (public for now)

To install

npm i @teamdigitaledge/eslint-config-js@latest

To upgrade

npm upgrade @teamdigitaledge/eslint-config-js