Skip to content

Commit 76d23c1

Browse files
committed
chore: drop redundant what-comments
1 parent 434be3b commit 76d23c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/rules/template-no-passed-in-event-handlers.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Ember event handler names that map to Ember's classic event system.
21
// Note: mouseMove, mouseEnter, and mouseLeave are intentionally excluded —
32
// they are native DOM events that do not have corresponding Ember
43
// classic-event aliases on components.
@@ -98,7 +97,6 @@ module.exports = {
9897
}
9998
const argName = attr.name.slice(1);
10099

101-
// Check ignore config (use bare name without @)
102100
if (ignoredAttrs.includes(argName)) {
103101
continue;
104102
}

0 commit comments

Comments
 (0)