prettier/tests/method-chain/break-multiple.js

6 lines
64 B
JavaScript

object.foo().bar().baz();
foo().bar().baz();
foo().bar.baz();