cachix/git-hooks.nix

`biome` is being used instead of `rome`

oxcabe opened this issue · 1 comments

While navigating the repository to implement #425, I noticed that the rome hook is already configured to use biome instead of the actual rome tool.

This changed was performed in #391 (with no indications or comments whatsoever about this change), and it is still referenced and used as rome throughout the documentation and code.

I propose to rename the rome hook to biome and maintain an alias from the latter to the former for backwards compatibility.

I'll work on this and send a PR soon 🙂