Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 945 Bytes

no-warning-html-comments.md

File metadata and controls

24 lines (18 loc) · 945 Bytes
pageClass sidebarDepth title description
rule-details
0
lodash-template/no-warning-html-comments
disallow specified warning terms in HTML comments. (ex. 🆖 `<!-- TODO:task -->`)

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.

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

Implementation