E14. Prettier (Opinionated Code Formatter)

0
62
Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary. This will help keep our code looking nice and save the tedious work of formatting.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.