Disallows spaces before and after curly brace inside template string placeholders.
Type: Boolean
Value: true
"disallowSpacesInsideTemplateStringPlaceholders": true
true
`Hello ${name}!`
true
`Hello ${ name}!`
`Hello ${name }!`
`Hello ${ name }!`