All issues
Anti-pattern
Bug risk
Coverage
Documentation
Performance
Secrets
Security
Style
Type check
The mustache interpolation with a string literal value can be changed to a static contents.
<template> {{ 'Lorem ipsum' }} {{ "Lorem ipsum" }} {{ `Lorem ipsum` }} </template>
<template> Lorem ipsum {{ foo }} </template>