Skip to content

Esformatter plugin for formatting member expressions according to the jQuery style guide

Notifications You must be signed in to change notification settings

jzaefferer/esformatter-jquery-chain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Esformatter plugin for formatting member expressions according to the jQuery style guide

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors