Files
discord.js/.commitlintrc.json
2022-02-20 13:35:20 +01:00

12 lines
242 B
JSON

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