JS.VUE.PREFER.TEMPLATE

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

  • [prefer-template]

  • https://eslint.org/docs/rules/prefer-template

The content on this page is adapted from the ESLint User Guide. Copyright © OpenJS Foundation and other contributors, www.openjsf.org. All rights reserved. https://eslint.org/docs/rules/