/prettier-atom

An atom package for the prettier formatter.

Primary LanguageJavaScriptMIT LicenseMIT

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