mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 17:21:31 +00:00
chore: pascal-case in scope
This commit is contained in:
parent
bfcd4befc9
commit
0066d0089e
1 changed files with 5 additions and 0 deletions
|
|
@ -145,6 +145,11 @@
|
||||||
"@commitlint/config-angular"
|
"@commitlint/config-angular"
|
||||||
],
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
|
"scope-case": [
|
||||||
|
2,
|
||||||
|
"always",
|
||||||
|
"pascal-case"
|
||||||
|
],
|
||||||
"type-enum": [
|
"type-enum": [
|
||||||
2,
|
2,
|
||||||
"always",
|
"always",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue