Thank you for reading this!
eslint-config-smarthr
is intended to be used for SmartHR internally, but we are welcoming your contributions!
We use yarn
for the package manager.
$ yarn
$ 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
We use conventional commit messages for standard-version
.
$ yarn release
We use standard-version
to release npm packages.