Postr-Inc / Frontend

This is the official open source app for Postr
https://postr-inc.me
MIT License
3 stars 1 forks source link

Implement automatic formatting #4

Closed Llama1412 closed 1 year ago

Llama1412 commented 1 year ago

Having skimmed through the code, I've noticed that some of the formatting is interesting...

Currently the industry standard for JavaScript projects is Prettier, which would bring in standardised styling. As an extension onto this, it could be implemented as a pre-commit hook on the repo, which will enforce this styling.