1.0.2 • Published 6 years ago

eslint-config-walkertracker v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Walker Trackers eslint config file

This will be a shared config file that will be used in the reseller and new UI applications so take that into consideration before making changes to this file.

If the eslint rules are specific to the project then add them in the .eslintrc within that project


Updating and Publishing the npm module

  1. Create an account on npm if you don't have one
  2. Ask a lead to invite you to the walkertracker organization that is registered with npm
  3. Once you have access, login to npm locally
npm login
  1. any changes you make, make sure to commit to this repository before publishing
  2. Next you'll need to bump up the version, so first look in package.json and check the current version
"version": "1.0.1",
  1. once you've pushed and commited your changes, within this projects root run
npm version <bump up the version>

in this case the next version would be 1.0.2

npm version 1.0.2
  1. finally run npm publish and then update the packages how you would normally would in each project