@devground/husky-config
v1.0.1
Published
Git hooks setup with Husky (pre-commit runs lint-staged)
Downloads
117
Maintainers
Readme
@devground/husky-config
Git hooks setup with Husky. Configures a pre-commit hook that runs lint-staged.
Install
pnpm add -D @devground/husky-config husky lint-stagedUsage
npx devground-huskyThis will:
- Initialize husky (if not already done)
- Write a
.husky/pre-commithook that runspnpm exec lint-staged - Add
"prepare": "husky"to yourpackage.json
