Appearance
disallow specified warning terms in HTML comments. (ex. 🆖 <!-- TODO:task -->)
<!-- TODO:task -->
"plugin:lodash-template/recommended-with-html"
"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 -->
lodash-template/no-warning-html-comments
"plugin:lodash-template/recommended-with-html"
and"plugin:lodash-template/all"
.Rule Details
This rule reports HTML comments that include any of the predefined terms specified in its configuration.
Implementation