Replies: 1 comment 1 reply
-
Hi! It is currently out of scope of Biome, and it is not part of our roadmap. For my projects I am using validate-commit-message. It is a dependency-free NPM package that checks if your commit messages satisfy the Angular commit convention. If you need to manage hooks I could recommend lefthook that is dependency-free, fast, and nice to use. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TL;DR: need biome to KILL those
twothree packages down thereDEAD packages obliterated by biome:
eslint💀bunch of eslint related crap💀prettier💀some prettier plugins (yeah, people actually installed those)💀lint-staged💀 (thanks to VCS integration!)Is there a possibility for biome, through VCS integration, to lint/verify the commit message and require the config-conventional/angular format? Our projects are looking leaner and leaner, and removing/reducing dev dependencies is part of an ongoing effort.
On top of that, how possible is for it to act as git hook, or maybe intervene with them? Would it be possible to have entries in
biome.json
under the VCS section that mirror git hooks, much like husky does with plain files? This seems more far fetched than linting commit messages, but hey, maybe you guys can do it. And kill yet another package. Dead.Beta Was this translation helpful? Give feedback.
All reactions