Space within template literal placeholder
EditorConfig key: js-space-within-template-argument
Space within template literal placeholder
js-space-within-template-argument
Default value:
false
Possible values:
true
false
Examples
true
`hi ${ name }`
false
`hi ${name}`