discord.js/.commitlintrc.json

12 lines
260 B
JSON
Raw Permalink Normal View History

{
"extends": ["@commitlint/config-angular"],
"rules": {
"type-enum": [
2,
"always",
2021-12-29 00:11:51 +13:00
["chore", "build", "ci", "docs", "feat", "fix", "perf", "refactor", "revert", "style", "test", "types", "typings"]
],
"scope-case": [0]
}
}