1.1.1 • Published 4 years ago

@fiit/eslint-config-fiit v1.1.1

Weekly downloads
349
License
MIT
Repository
github
Last release
4 years ago

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