esformatter-jquery-chain
v1.1.0
Published
Format chained calls with jQuery context specific nesting
Downloads
22
Maintainers
Readme
esformatter-jquery-chain
Esformatter plugin for formatting member expressions according to the jQuery style guide. Something like this:
element
.children()
.bla()
.blu()
.parent()
.height( 300 )
.end()
.end()
.accordion();
Usage
Install it via npm:
npm install esformatter-jquery-chain
Then add it to your esformatter config:
{
"plugins": [
"esformatter-jquery-chain"
]
}