Skip to content
Logan Knecht edited this page Dec 22, 2016 · 41 revisions

JavaScript is a very flexible language, which means people write it in many different ways, since adding support for every single kind of style would be impossible, we decided to introduce plugins; that should give enough flexibility to tailor the formatting to match the craziest needs.

Plugin search

@pgilad created an user interface to search all the packages on npm with the esformatter-plugin keyword: http://pgilad.github.io/esformatter-plugins/ so if you're creating a new plugin please add it to your package.json

List of plugins curated by the community:

Wish List

List of plugins that we would like to see developed/maintained:

If you're interested in writing a plugin, check out the documentation on writing plugins.

We are also flagging any issues that could/should be implemented as a plugin with the tag plugins-wishlist

Clone this wiki locally