diff --git a/package.json b/package.json index 1967d4f..d13125c 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,37 @@ "commitlint": { "extends": [ "@commitlint/config-conventional" - ] + ], + "rules": { + "body-max-line-length": [ + 1, + "always", + 100 + ], + "footer-max-line-length": [ + 1, + "always", + 100 + ], + "type-enum": [ + 2, + "always", + [ + "build", + "chore", + "ci", + "docs", + "feat", + "fix", + "perf", + "refactor", + "revert", + "style", + "test", + "security" + ] + ] + } }, "config": { "commitizen": {