Right now we only run prettier and oxlint on commit, however it is still possible to commit code that breaks the build, e.g. with failed tests or broken typecheck.
Should we add this to the pre-commit hook?
The problem would be if we want to commit unfinished code to another branch.
Right now we only run prettier and oxlint on commit, however it is still possible to commit code that breaks the build, e.g. with failed tests or broken typecheck.
Should we add this to the pre-commit hook?
The problem would be if we want to commit unfinished code to another branch.