mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
11 lines
186 B
JSON
11 lines
186 B
JSON
{
|
|
"extends": ["@commitlint/config-angular"],
|
|
"rules": {
|
|
"subject-case": [
|
|
2,
|
|
"always",
|
|
["sentence-case", "start-case", "pascal-case", "upper-case"]
|
|
]
|
|
}
|
|
}
|