universelabs / universe.engineering

Universe website
http://universe.engineering
MIT License
10 stars 1 forks source link

Feature/format code w prettier #57

Closed modkaffes closed 5 years ago

modkaffes commented 5 years ago

This batch formats all the project using eslint cli (which includes prettier config) for the server code, and prettier cli for the client code. I also moved the .prettierrc to the root level, because VS Code didn’t pickup the singleQuote rule from inside .eslintrc. I’m still keeping it there though for cli reasons.

Please take a look in the code and let me know if we need further customizations than the default prettier rules we’re currently using.