ubcesports / lounge-hub

2 stars 0 forks source link

added name to readme to check PR working #3

Closed Kevinxygu closed 1 month ago

Kevinxygu commented 1 month ago

yes

joshhwuu commented 1 month ago

For future reference (I just found this out now too) we can run Prettier before our ci check with the following:

npm prettier . --check
npm prettier . --write

Or use this guide to install the Prettier extension in vsc: https://www.freecodecamp.org/news/how-to-use-prettier-in-visual-studio-code/