Pattern: Use of string concatenation instead of template literals
Issue: -
Require template literals instead of string concatenation. This rule is the same rule as core prefer-template
rule but it applies to the expressions in <template>
.
Pattern: Use of string concatenation instead of template literals
Issue: -
Require template literals instead of string concatenation. This rule is the same rule as core prefer-template
rule but it applies to the expressions in <template>
.