backstage-opa-plugins
backstage-opa-plugins copied to clipboard
[FEAT] Get pre-commit hooks working
Is your feature request related to a problem? Please describe. It would be great if the pre-commit hooks worked, making it easier for contributors and maintainers, even I always forget to run prettier for example.
Describe the solution you'd like
We use husky
so it would be good if we could just set them up to work automagically for everyone who works on anything in the repo.
Describe alternatives you've considered None currently.
Additional context
In terms of what should run in the hooks, I think at the very least yarn prettier:write
maybe we could also check tests? I am open to suggestions.