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/
Last updated
Was this helpful?