No reviews yetBe the first to leave a review for Prettier 1.0
Layout Agent 2.0 — Thinks before it builds
Thinks before it builds
Promoted
Hunter
"Prettier is a JS formatter that works by compiling your code to an AST, and then pretty-printing the AST. Like browsers wrap text, prettier will also wrap code according to a given line length. The result is good-looking code that is completely consistent no matter who wrote it. This solves the problem of programmers spending a lot of time manually moving around code in their editor and arguing about styles."