Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[eslint config] [base] [patch]
newline-per-chained-call
: bump the l…
…imit to 4. Specifically, this is to allow this frequent pattern: ```js $.ajax({ … }).done(() => { … }).fail(() => { … }).always(() => { … }); ```
- Loading branch information