esformatter-jquery-chain

1.1.0 • Public • Published

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

Package Sidebar

Install

npm i esformatter-jquery-chain

Weekly Downloads

5

Version

1.1.0

License

MIT

Last publish

Collaborators

  • jzaefferer