Shareable commitlint config enforcing the cozy commit convention
- Cozy commit documentation on Cozy Guideline
- Commitlint
- Add the library on your dev dependency (
yarn add commitlint-config-cozy --dev --exact
) - Add configuration on your
package.json
(see an example):
"commitlint": {
"extends": [
"cozy"
]
}
- Add verification during a commit with husky (> 1.0.0) on your
package.json
(see an example):
"husky": {
"hooks": {
"commit-msg": "commitlint -e $GIT_PARAMS"
}
}
Cozy is a platform that brings all your web services in the same private space. With it, your webapps and your devices can share data easily, providing you with a new experience. You can install Cozy on your own hardware where no one's tracking you.
You can reach the Cozy Community by:
- Chatting with us on IRC #cozycloud on Libera.Chat
- Posting on our Forum
- Posting issues on the Github repos
- Say Hi! on Twitter
The maintainer for Commitlint Config Cozy is kosssi !
commitlint-config-cozy
is distributed under the MIT license.