mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 08:03:30 +01:00
11 lines
237 B
JSON
11 lines
237 B
JSON
{
|
|
"extends": ["@commitlint/config-angular"],
|
|
"rules": {
|
|
"type-enum": [
|
|
2,
|
|
"always",
|
|
["chore", "build", "ci", "docs", "feat", "fix", "perf", "refactor", "revert", "style", "test", "types", "typings"]
|
|
]
|
|
}
|
|
}
|