this my code
const y = "`${x()}${y()}`"
I get a warning Unexpected template string expression(no-template-curly-in-string).
Unexpected template string expression(no-template-curly-in-string)