chore: Merge V3 into branch

releases/v3
Tycho Bokdam 2020-07-03 22:21:39 +02:00
parent 227ebc249a
commit a1925ee1f5
No known key found for this signature in database
GPG Key ID: A0FAE77C8CDF33C7
1 changed files with 5 additions and 0 deletions

5
.huskyrc.js 100644
View File

@ -0,0 +1,5 @@
module.exports = {
hooks: {
'commit-msg': 'commitlint -E HUSKY_GIT_PARAMS'
},
}