@masknet/jsx/no-template-literal
Disallow use template-literal in JSX
<element>{`example ${foo}`}</element>
<element>example {foo}</element>