hpyproject / hpyproject.org

Use Nikola to build hpypjoject.org
http://hpyproject.org/
23 stars 10 forks source link

Instate a formatter (Prettier) #38

Closed novialriptide closed 1 year ago

mattip commented 1 year ago

For bigger PRs like this, please ask for a review and provide more comments here: what does this do, how, why. This will help unravel what broke in some future time.

novialriptide commented 1 year ago

Sorry. I should've notified the team before merging... I'll give my explanation now.

Prettier is a formatter that's used commonly in webpage projects like this to maintain consistency. I already added ignores directory and files to a file called .prettierignore such as the virtual machine files, public, and etc. I've used Prettier in other web projects before so this is one of the things I trust.

In a followup pull request, I also added the black formatter (by the psf) as well.