File tree 3 files changed +357
-52
lines changed
3 files changed +357
-52
lines changed Original file line number Diff line number Diff line change
1
+ module . exports = { extends : [ '@commitlint/config-conventional' ] } ;
Original file line number Diff line number Diff line change 25
25
"homepage" : " https://github.com/formidablelabs/pino-lambda#readme" ,
26
26
"url" : " https://github.com/formidablelabs/pino-lambda/issues" ,
27
27
"devDependencies" : {
28
+ "@commitlint/cli" : " ^11.0.0" ,
29
+ "@commitlint/config-conventional" : " ^11.0.0" ,
28
30
"@tsconfig/node12" : " ^1.0.7" ,
29
31
"@types/aws-lambda" : " ^8.10.68" ,
30
32
"@types/node" : " 12" ,
36
38
"eslint-config-prettier" : " ^7.1.0" ,
37
39
"eslint-plugin-jest" : " ^24.1.3" ,
38
40
"eslint-plugin-prettier" : " ^3.3.0" ,
41
+ "husky" : " ^4.3.6" ,
39
42
"pino" : " ^6.0.0" ,
40
43
"pino-pretty" : " ^4.0.0" ,
41
44
"prettier" : " ^2.2.1" ,
42
45
"rimraf" : " ^3.0.2" ,
46
+ "semantic-release" : " ^17.3.1" ,
43
47
"tap" : " ^14.11.0" ,
44
- "typescript" : " ^4.1.3" ,
45
- "semantic-release" : " ^17.3.1"
48
+ "typescript" : " ^4.1.3"
46
49
},
47
50
"peerDependencies" : {
48
51
"pino" : " ^6.0.0"
70
73
]
71
74
},
72
75
"release" : {
73
- "branches" : [" master" , { "name" : " beta" , "prerelease" : true }]
76
+ "branches" : [
77
+ " master" ,
78
+ {
79
+ "name" : " beta" ,
80
+ "prerelease" : true
81
+ }
82
+ ]
83
+ },
84
+ "husky" : {
85
+ "hooks" : {
86
+ "commit-msg" : " commitlint -E HUSKY_GIT_PARAMS"
87
+ }
74
88
}
75
89
}
You can’t perform that action at this time.
0 commit comments