Our current git precommit hook only checks if our code linting and/or formatting has errors, but does not actually fix such errors when possible.
This is something that is definitely achievable.
Draft PR from the old backend repo: OpenSourceFellows/amplify-back-end#145
⚠️ ☝🏻 As you can read in that PR, there were some issues I ran into that prevented me from moving ahead with it at the itme, even though they may not truly be blockers. 🤷🏻♂️
Our current git precommit hook only checks if our code linting and/or formatting has errors, but does not actually fix such errors when possible.
This is something that is definitely achievable.
Draft PR from the old backend repo: OpenSourceFellows/amplify-back-end#145