UNPKG
@jedwards1211/commitlint-config
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
my commitlint config
github.com/jedwards1211/commitlint-config
jedwards1211/commitlint-config
@jedwards1211/commitlint-config
/
commitlint.config.js
8 lines
(7 loc)
•
226 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
= { extends: [
'@commitlint/config-conventional'
], rules: {
'scope-case'
: [
0
,
'always'
, [
'lowerCase'
]],
'subject-case'
: [
2
,
'never'
, [
'upper-case'
,
'camel-case'
,
'pascal-case'
,
'snake-case'
]], }, }