AppFlowy/package.json
MikeWallaceDev ff0c6a9d98 feat: Added commit-msg hook
This will call commitlint to validate commit messages
2022-07-17 20:38:01 -04:00

8 lines
136 B
JSON

{
"devDependencies": {
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"husky": "7.0.4"
}
}