alpha
Login
or
Join now
roost.tools
/
coop
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Mirrored from GitHub
github.com/roostorg/coop
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
coop
/
.husky
1 file
at
main
Juan Mrad
wire up husky pre-commit with lint-staged (#391)
2mo ago
bedc24b9
pre-commit
wire up husky pre-commit with lint-staged (#391) Adds an actual git hook now that husky was bumped to v9. Pre-commit runs prettier on all staged files and per-package eslint --fix on staged client/server source files (skipped gracefully if a sub-package's node_modules isn't installed yet). Also adds a root `typecheck` script (cd-into-each-package, tsc --noEmit) for manual use; intentionally not wired to a pre-push hook to keep the push loop fast — CI handles that. Co-authored-by: Cursor Agent <agent@cursor.com>
2 months ago