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
I have configured it so that when someone tries to commit on either FE or BE, the npm run lint:fix will run and so you can see the failures and prettier will also run.
It is a extra catch for any errors prior to reaching a PR stage.
The text was updated successfully, but these errors were encountered:
Pre commit hooks allow us to run scripts when the changes are in staging.
I have set up husky: https://typicode.github.io/husky/get-started.html
I have configured it so that when someone tries to commit on either FE or BE, the
npm run lint:fix
will run and so you can see the failures and prettier will also run.It is a extra catch for any errors prior to reaching a PR stage.
The text was updated successfully, but these errors were encountered: