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 3118f91 commit 5dea854Copy full SHA for 5dea854
1 file changed
lib/rules/template-no-arguments-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