discord.js/.commitlintrc.json

13 lines
293 B
JSON
Raw Permalink Normal View History

{
2023-08-22 11:33:47 +12:00
"$schema": "https://json.schemastore.org/commitlintrc.json",
2022-01-08 05:18:25 +13:00
"extends": ["@commitlint/config-angular"],
"rules": {
"type-enum": [
2,
"always",
["chore", "build", "ci", "docs", "feat", "fix", "perf", "refactor", "revert", "style", "test", "types"]
],
"scope-case": [0]
2022-01-08 05:18:25 +13:00
}
}