spacebarchat / server

Spacebar server - A reimplementation of the Discord.com backend, built with Typescript and love
https://spacebar.chat
GNU Affero General Public License v3.0
1.49k stars 250 forks source link

Fix prettier warnings #1236

Closed dank074 closed 1 week ago

dank074 commented 1 week ago

This will finally get CI passing, hopefully

MaddyUnderStars commented 1 week ago

thank you very much. I tried to fix it myself a few days ago, but for some reason prettier modified every file, even though only a few failed in ci, so I gave up haha. was it a version mismatch or smth?

dank074 commented 1 week ago

Yeah it did the same for me on Windows, probably due to EOL sequence. I had to run it on linux so that it didn't modify 600+ files

MaddyUnderStars commented 1 week ago

Ah of course, how fun. Thanks a lot