This repository has been archived on 2026-01-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
calendar-demo/server/husky.json
2021-01-03 10:31:08 +01:00

5 lines
67 B
JSON

"husky": {
"hooks": {
"pre-commit": "yarn lint"
}
}