BarneyShi / Team1-VanHouse

CPSC455 course project.
0 stars 1 forks source link

Make prettier and lint #54

Closed NaithanB closed 3 years ago

NaithanB commented 3 years ago

It would probably be good to run prettier on all of the files for consistency. Prettier will just format the code and wont change any of the functionality. I can do that if it's helpful, but if you would like to handle it yourself to double check that you like the output format, the command to run prettier on a file is "npx prettier /src/components/"

BarneyShi commented 3 years ago

@NaithanB Wow thanks. I think it saves us time if we can run prettier once on all files in this branch.

NaithanB commented 3 years ago

Thanks! Yeah, makes sense to me. I ran prettier on the remaining files. Pretty sure I got everything. Let me know if you spot anything not working correctly now. Everything seems good on my end.

tyxxxx commented 3 years ago

Looks good!

NaithanB commented 3 years ago

@BarneyShi, @parksj23, would it be okay with you if I merge this today at some point? Just want to make sure I have time to fix any deployment issues if they happen to come up. It should all be fine, but, just in case.

NaithanB commented 3 years ago

Thanks!