Skip to content

Commit 5dea854

Browse files
committed
chore: remove 'mirror upstream' comment — describe logic directly
1 parent 3118f91 commit 5dea854

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/rules/template-no-arguments-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)