Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 375 Bytes

prefer-template.md

File metadata and controls

11 lines (6 loc) · 375 Bytes

Pattern: Use of string concatenation instead of template literals

Issue: -

Description

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>.

Further Reading