chore(chore): configure commitizen

This commit is contained in:
Christopher Willis-Ford 2024-03-08 18:12:20 -08:00
parent 81c2209a87
commit 6439c5f559
2 changed files with 927 additions and 0 deletions

921
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -22,6 +22,11 @@
"url": "https://github.com/scratchfoundation/scratch-webpack-configuration/issues"
},
"homepage": "https://github.com/scratchfoundation/scratch-webpack-configuration#readme",
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"dependencies": {
"lodash.merge": "^4.6.2",
"webpack-node-externals": "^3.0.0"
@ -30,6 +35,7 @@
"@commitlint/cli": "19.0.3",
"@commitlint/config-conventional": "19.0.3",
"@types/jest": "29.5.12",
"cz-conventional-changelog": "3.3.0",
"husky": "9.0.11",
"jest": "29.7.0",
"webpack": "5.90.3"