cachix / git-hooks.nix

Seamless integration of https://pre-commit.com git hooks with Nix.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`biome` is being used instead of `rome`

oxcabe opened this issue · 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 🙂