UNPKG
@kibibit/nconf-hjson
Version:
beta (1.0.0-beta.1)
latest (1.0.0)
1.0.0
1.0.0-beta.1
Add support for json with comments files in nconf
github.com/Kibibit/nconf-hjson
Kibibit/nconf-hjson
@kibibit/nconf-hjson
/
commitlint.config.js
22 lines
(21 loc)
•
323 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module
.
exports
= { extends: [
'@commitlint/config-angular'
], rules: {
'type-enum'
: [
2
,
'always'
, [
'build'
,
'chore'
,
'ci'
,
'docs'
,
'feat'
,
'fix'
,
'perf'
,
'refactor'
,
'revert'
,
'style'
,
'test'
] ] } };