Prettier

What is Prettier?

Prettier is a code-formatter for Javascript. It formats your code automatically according to a set of guidelines. This makes your code look better, and it is useful for working in teams, as it enforces everyone to have the same style.

Have a look at the documentation: https://prettier.io/

When you decide on using Prettier, make sure the rest of the team does too!

Last updated

Was this helpful?