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 050d2bf commit f81b3a3Copy full SHA for f81b3a3
1 file changed
lib/rules/template-no-passed-in-event-handlers.js
@@ -1,4 +1,8 @@
1
-// Comprehensive Ember event handler names
+// Ember event handler names that map to Ember's classic event system.
2
+// Matches upstream ember-template-lint's no-passed-in-event-handlers list exactly.
3
+// Note: mouseMove, mouseEnter, and mouseLeave are intentionally excluded —
4
+// upstream does not include them, as they are native DOM events that do not
5
+// have corresponding Ember classic-event aliases on components.
6
const EMBER_EVENTS = new Set([
7
'touchStart',
8
'touchMove',
0 commit comments