mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
ff0c6a9d98
This will call commitlint to validate commit messages
8 lines
136 B
JSON
8 lines
136 B
JSON
{
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^16.1.0",
|
|
"@commitlint/config-conventional": "^16.0.0",
|
|
"husky": "7.0.4"
|
|
}
|
|
}
|