Prettier formatter for Atom
Atom package to format your Javascript using Prettier.
Usage
Keybindings
Use ctrl-alt-f
to format the current Javascript file. If a text selection is made, only the selected text will be formatted.
Menu
Packages > prettier > Format