You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TL;DR: need biome to KILL those two three packages down there
DEAD 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!)
@commitlint/cli
@commitlint/config-conventional
husky 🐶
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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