mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
* chore: allow `!` to indicate breaking changes * chore: update commit convention too --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
14 lines
328 B
JSON
14 lines
328 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/commitlintrc.json",
|
|
"extends": ["@commitlint/config-angular"],
|
|
"rules": {
|
|
"type-enum": [
|
|
2,
|
|
"always",
|
|
["chore", "build", "ci", "docs", "feat", "fix", "perf", "refactor", "revert", "style", "test", "types"]
|
|
],
|
|
"scope-case": [0],
|
|
"subject-exclamation-mark": [0]
|
|
}
|
|
}
|