Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 241 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 241 Bytes

eslint-config

Common Eslint config for our Javascript

Publish on npm

On master, once all the changes for a new version are in order, run:

  1. npm version [major|minor|patch]
  2. git push origin master --follow-tags
  3. npm publish