Place template literal expressions on new lines

EditorConfig key: js-place-template-args-on-new-line

Place template literal expressions on new lines

js-place-template-args-on-new-line

If true, expressions inside a template literal placeholder may break onto separate lines.

Default value:

false

Possible values:

  • true
  • false

Examples