json-theme-even-fork/.huskyrc.json

7 lines
76 B
JSON
Raw Normal View History

{
"hooks": {
"pre-commit": "lint-staged",
"pre-push": "tap"
}
}