Skip to content

Commit da0ad2b

Browse files
committed
chore: remove 'mirror upstream' comment — describe logic directly
1 parent f6dcffa commit da0ad2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/rules/template-no-block-params-for-html-elements.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/** @type {import('eslint').Rule.RuleModule} */
22

3-
// Mirror upstream ember-template-lint's inverse-of-isAngleBracketComponent logic.
43
// A tag is treated as an HTML element only when it:
54
// - does NOT contain ':' (named blocks like <:slot>)
65
// - does NOT contain '.' (path/namespaced invocations like <foo.bar>)

0 commit comments

Comments
 (0)