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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: