We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TypeScript Version: 2.2.1
Code
Format the following code snippet using VS Code or typescript-formatter:
someVar .chain( 'arg1', 'arg2', ) .chain( 3, 4, );
Expected behavior:
Actual behavior:
This is a common occurrence with fluent APIs (test frameworks, ORMs, etc) and tslint rules requiring trailing comma.
TypeScript Version: 2.2.1
Code
Format the following code snippet using VS Code or typescript-formatter:
Expected behavior:
Actual behavior:
This is a common occurrence with fluent APIs (test frameworks, ORMs, etc) and tslint rules requiring trailing comma.