fix: run prettier rules in git pre-push hook#37
Conversation
- Added `prettier:check` and `prettier:fix`
|
@cguedes what are the other changes in this PR? Are they changes suggested by running |
|
@hammer there are no other changes in this PR. We created a new command One can run the |
|
@cguedes I can clearly see many more changes in the PR! There are 2 commits, one of which includes the change you show in your image. Both commits also contain many other changes across 6 other files. I presume those are all changes suggested by |
You are correct. These are only mandatory format fixes (for the git push to be accepted). |
pre-push hook

This fixes #36