build(commitizen): use global commitizen, cz-conventional-changelog

This commit is contained in:
Christopher Willis-Ford 2022-10-13 07:46:29 -07:00
parent cacb72c228
commit 51b1138edf
2 changed files with 21 additions and 4124 deletions

4142
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -33,12 +33,11 @@
},
"devDependencies": {
"@babel/eslint-parser": "7.17.0",
"cz-conventional-changelog": "3.0.2",
"eslint": "8.15.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
"path": "cz-conventional-changelog"
}
}
}