Atom package to format your Javascript using Standard Style. Somewhat based on standard-formatter however I could not get it working properly and wanted to have a simple module just for Standard Style.
Use ctrl-alt-f
to format the current Javascript file. If a text selection is made, only the selected text will be formatted.
Automatically format your Javascript file on save by enabling the Format On Save package setting. This is off by default.
Packages > Format Standard > Format
Format Javascript files when saving.
This package uses standard-format to handle the formatting. Therefore, only the rules enforced in those packages will be applied.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.