SundayServiceVR / sunday-service-vr

1 stars 1 forks source link

Dev: Add Precommit hook for linting #62

Closed lebull closed 1 week ago

lebull commented 4 months ago

We can add a precommit hook for linting.

https://github.com/typicode/husky

https://typicode.github.io/husky/how-to.html#startup-files

atomicpeach commented 4 months ago

We can tie in prettier as well here. I usually have both lint fix and prettier write for the team projects I manage. Just lemme know and I'll hook it up for us~

atomicpeach commented 4 months ago

Sidelined for now because we don't want automated code changes at the moment (per discussion in discord).