@round-technologies/webflow-custom-code
v1.5.0
Published
A basic typescript app starter for 2023.
Downloads
54
Readme
What is commitlint
commitlint checks if your commit messages meet the conventional commit format.
In general the pattern mostly looks like this:
type(scope?): subject #scope is optional; multiple scopes are supported (current delimiter options: "/", "\" and ",")Real world examples can look like this:
chore: run tests on travis cifix(server): send cors headersfeat(blog): add comment sectionCommon types according to commitlint-config-conventional (based on the Angular convention) can be:
- build
- chore
- ci
- docs
- feat
- fix
- perf
- refactor
- revert
- style
- test
