This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
zap-desktop
mirror of
https://github.com/lukechilds/zap-desktop.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
1658
Commits
9
Branches
5
Tags
147 MiB
Tree:
f475eb01ec
zap-desktop
/
.commitlintrc
4 lines
53 B
Raw
Normal View
History
build(lint): validate commit message format Automatically validate commit messages according to the Conventional Commit standard in a git commit-msg hook. This functionality is optional and can be enabled by adding a .opt-in file with a line `commit-msg`. See: - http://conventionalcommits.org/ - https://github.com/marionebl/commitlint
7 years ago
{
"extends": ["@commitlint/config-conventional"]
}