jaiarobotics / jaiabot

Jaiabot source code
Other
20 stars 3 forks source link

bug/prettier-working-outside-web #905

Closed michael-jaia closed 3 months ago

michael-jaia commented 3 months ago

Summary

Prettier runs on changed files detected by git. It ignores files out of its realm (ie .cpp, .py), but I forgot to consider .yaml and .md files. This PR prevents prettier from touching files outside of the web dir.

Testing