Remove trailing commas
esformatter plugin: conditionally collapses objects and array literals
esformatter plugin that converts array and object constructors to literal notations
esformatter plugin to toggle quotes on properties
esformatter plugin for transforming object bracket usage to dot notation
Esformatter plugin that converts comma `var` statements into separate `var` statements
esformatter plugin that adds the radix parameter to parseInt
esformatter plugin: enforces coding style that string literals are delimited with single or double quotes.
esformatter plugin: enforces braces around statements
esformatter plugin: add semicolon before '[' and '(' if it's the start of a line.
JavaScript parser used by esformatter
esformatter plugin: format javascript files that contain React JSX Elements
esformatter plugin for adding missing and removing unnecessary semicolons
an esformatter plugin to make esformatter ignore certain lines and blocks of code
esformatter plugin that adds a global use strict at the top of a module