We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6dcffa commit da0ad2bCopy full SHA for da0ad2b
lib/rules/template-no-block-params-for-html-elements.js
@@ -1,6 +1,5 @@
1
/** @type {import('eslint').Rule.RuleModule} */
2
3
-// Mirror upstream ember-template-lint's inverse-of-isAngleBracketComponent logic.
4
// A tag is treated as an HTML element only when it:
5
// - does NOT contain ':' (named blocks like <:slot>)
6
// - does NOT contain '.' (path/namespaced invocations like <foo.bar>)
0 commit comments