backend/.huskyrc.json

8 lines
115 B
JSON
Raw Normal View History

2020-11-28 19:30:45 +01:00
{
"hooks": {
"post-checkout": "yarn",
"pre-commit": "lint-staged",
"post-commit": "git status"
}
}