File tree Expand file tree Collapse file tree 3 files changed +381
-20
lines changed Expand file tree Collapse file tree 3 files changed +381
-20
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 75
75
"@babel/plugin-proposal-object-rest-spread" : " ^7.3.4" ,
76
76
"@babel/preset-env" : " ^7.3.4" ,
77
77
"@babel/preset-react" : " ^7.0.0" ,
78
+ "@commitlint/cli" : " ^8.2.0" ,
79
+ "@commitlint/config-conventional" : " ^8.2.0" ,
78
80
"@octokit/rest" : " ^16.28.7" ,
79
81
"all-contributors-cli" : " ^6.0.0" ,
80
82
"babel-core" : " ^7.0.0-bridge.0" ,
103
105
"friendly-errors-webpack-plugin" : " ^1.7.0" ,
104
106
"fs-extra" : " ^8.1.0" ,
105
107
"http-server" : " ^0.11.1" ,
108
+ "husky" : " ^3.0.9" ,
106
109
"jest" : " ^24.5.0" ,
107
110
"jest-cli" : " ^24.5.0" ,
108
111
"jest-dom" : " ^3.1.3" ,
137
140
"dependencies" : {
138
141
"emotion" : " ^10.0.9" ,
139
142
"lerna" : " ^3.15.0"
143
+ },
144
+ "husky" : {
145
+ "hooks" : {
146
+ "commit-msg" : " commitlint -E HUSKY_GIT_PARAMS"
147
+ }
140
148
}
141
149
}
You can’t perform that action at this time.
0 commit comments