pageClass | sidebarDepth | title | description |
---|---|---|---|
rule-details |
0 |
lodash-template/no-warning-html-comments |
disallow specified warning terms in HTML comments. (ex. 🆖 `<!-- TODO:task -->`) |
disallow specified warning terms in HTML comments. (ex. 🆖
<!-- TODO:task -->
)
- ⚙️ This rule is included in
"plugin:lodash-template/recommended-with-html"
and"plugin:lodash-template/all"
.
This rule reports HTML comments that include any of the predefined terms specified in its configuration.
<% /* eslint "lodash-template/no-warning-html-comments": "error" */ %>
<!-- TODO -->