@fiit/eslint-config-fiit
v1.1.1
Published
Common eslint config for fiit
Downloads
354
Keywords
Readme
eslint-config-fiit
Publishing
Before you publish your fine new code, always update the version:
npm version patch|minor|major
This will update the version number (based on whether you passed in major, minor or patch) and create a new commit, which you should then push to your branch.
Once this is done, you can actually push your changes to npm by running the following:
npm publish