Prettier: finally a formatter for Javascript like gofmt.
Prettier gets rid of all original styling and guarantees consistency by parsing JavaScript into an AST and pretty-printing the AST. Unlike eslint, there aren’t a million configuration options and rules.