backend/.huskyrc.json
2020-11-28 19:30:45 +01:00

8 lines
115 B
JSON

{
"hooks": {
"post-checkout": "yarn",
"pre-commit": "lint-staged",
"post-commit": "git status"
}
}