-
Behrisch, M. (Michael) authored
Before the commitlint config for angular was used now we use conventional (adds e.g. chore as a type, which I use very often)
Behrisch, M. (Michael) authoredBefore the commitlint config for angular was used now we use conventional (adds e.g. chore as a type, which I use very often)
.commitlintrc.json 68 B
{
"extends": ["@commitlint/config-conventional"],
"rules": {}
}