UNPKG
@hitokoto/node-sdk
Version:
latest (1.1.0)
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
hitokoto.cn official node.js sdk.
github.com/hitokoto-osc/node
hitokoto-osc/node
@hitokoto/node-sdk
/
.commitlintrc.js
12 lines
(11 loc)
•
296 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
module
.
exports
= { extends: [
'@commitlint/config-conventional'
], rules: {
'type-enum'
: [
2
,
'always'
,
// 暂时定为默认值,根据自己的需求调整
[
'build'
,
'ci'
,
'chore'
,
'docs'
,
'feat'
,
'fix'
,
'perf'
,
'refactor'
,
'revert'
,
'style'
,
'test'
] ] } }