-
I'm developing a React website using Vite + Typescript + SWC, I use Biome for linting and format and want to use commitizen + commitlint for ensuring the commit names. I want to use git hooks with lefthook, but I don't understand what package I need it or what's the difference between these. Sorry if my English is not the best, it doesn't my natural language. |
Beta Was this translation helpful? Give feedback.
Answered by
mrexox
Sep 23, 2024
Replies: 1 comment 1 reply
-
Hey! Use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
OskarCali
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey! Use
lefthook
package. The only difference is that@evilmartians/lefthook
package contains all binaries whilelefthook
provides only the one suitable for your OS, so it weights less.