1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

feat: added commitlint

This commit is contained in:
Ryan Kes 2020-11-15 14:08:01 +01:00
parent 035b7bfc92
commit 6430bb4a6f
3 changed files with 1295 additions and 0 deletions

7
.huskyrc Normal file
View File

@ -0,0 +1,7 @@
{
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}

1
commitlint.config.js Normal file
View File

@ -0,0 +1 @@
module.exports = {extends: ['@commitlint/config-conventional']}

1287
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff