Appearance
disallow HTML comments. (ex. 🆖 <!-- comment -->)
<!-- comment -->
"plugin:lodash-template/recommended-with-html"
"plugin:lodash-template/all"
This rule reports HTML comments.
<% /* eslint "lodash-template/no-html-comments": "error" */ %> <% /* ✓ GOOD */ %> <!-- ✗ BAD -->
lodash-template/no-html-comments
"plugin:lodash-template/recommended-with-html"
and"plugin:lodash-template/all"
.Rule Details
This rule reports HTML comments.
Implementation