-
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.
Replies: 1 comment 1 reply
-
Hey! Use |
Beta Was this translation helpful? Give feedback.
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.