Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 638 Bytes

File metadata and controls

18 lines (11 loc) · 638 Bytes

Contributing

Style Guide

This repository enforces Google's TypeScript style guide.

Ensure both linting and formatter are passing before commiting the code.

Merging Pull Requests

This repository enforces strict semver, using conventional commits via semantic-release.

Each PR should be squash-merged and commit message modified to align to conventional commits.

Warning: Merging to main branch automatically triggers a release to npmjs.org. So tread carefully.