Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 758 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (24 loc) · 758 Bytes

How to contribute

Thank you for reading this!

eslint-config-smarthr is intended to be used for SmartHR internally, but we are welcoming your contributions!

Setup

We use yarn for the package manager.

$ yarn

Test

$ yarn test

eslint-config-smarthr uses Jest's snapshot testing to verify the lint results so tests might be failed due to mismatch the lint results.

If the lint results are what you expect, you can update the snapshot with the following command.

$ yarn test:update-snapshot

Commit

We use conventional commit messages for standard-version.

Release

$ yarn release

We use standard-version to release npm packages.