Skip to content

lodash-template/no-warning-html-comments

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

Rule Details

This rule reports HTML comments that include any of the predefined terms specified in its configuration.

html
<% /* eslint "lodash-template/no-warning-html-comments": "error" */ %>
<!-- TODO -->

Implementation