Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
refs/heads/upstream/6.x-nodeps
/
.
/
commitlint.config.js
blob: 2d73029d938c272d85d0ac3b04beec52a5e6f4cd [
file
] [
log
] [
blame
] [
edit
]
module
.
exports
=
{
extends
:
[
'@commitlint/config-conventional'
],
rules
:
{
'header-max-length'
:
[
2
,
'always'
,
120
],
'scope-enum'
:
[
2
,
'always'
,
[
'builtin'
,
'create'
,
'examples'
,
'runfiles'
,
'typescript'
,
'worker'
,
'docs'
,
],
],
},
};