1.1.0 • Published 9 years ago

esformatter-jquery-chain v1.1.0

Weekly downloads
487
License
MIT
Repository
github
Last release
9 years ago

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"
  ]
}