UNPKG
@codebynithin/call-history
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.1
1.0.0
Convert teams call history to entries
github.com/codebynithin/call-history
codebynithin/call-history
@codebynithin/call-history
/
commitlint.config.js
11 lines
(10 loc)
•
217 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module
.
exports
= { extends: [
'@commitlint/config-angular'
], rules: {
'subject-case'
: [
2
,
'always'
, [
'sentence-case'
,
'start-case'
,
'pascal-case'
,
'upper-case'
,
'lower-case'
], ], }, };