- Require a newline after each call in a method chain
This rule requires a newline after each call in a method chain or deep member access. Computed property accesses such as instance[something] are excluded.
Specifies a number of allowed chains up depth.
You can check them out here.