Showing 1-20 of 86 packages
ECMAScript code beautifier/formatter
an esformatter plugin to make esformatter ignore certain lines and blocks of code
JavaScript parser used by esformatter
esformatter plugin: format javascript files that contain React JSX Elements
esformatter plugin that converts array and object constructors to literal notations
esformatter plugin: enforces braces around statements
esformatter plugin: enforces coding style that string literals are delimited with single or double quotes.
esformatter plugin: add semicolon before '[' and '(' if it's the start of a line.
esformatter plugin for adding a space as the first character in a line comment
esformatter plugin that adds the radix parameter to parseInt
esformatter plugin for transforming object bracket usage to dot notation
esformatter plugin to toggle quotes on properties
esformatter plugin for fecs
Adds a newline to the end of esformatter output. Will not add newline is the output ends in a newline already.
esformatter linebreak limit plugin
Esformatter plugin that converts comma `var` statements into separate `var` statements
esformatter plugin: always put a space around exclamation points
esformatter plugin that adds a global use strict at the top of a module
esformatter plugin: conditionally collapses objects and array literals, a8c fork
esformatter plugin: conditionally collapses objects and array literals