Commit 434be3b
committed
revert: drop component detection broadening in template-no-passed-in-event-handlers
Removes the PascalCase-OR-@-OR-this.-OR-dot heuristic and the associated
tests for <this.MyComponent>, <@someComponent>, <ns.Widget>, <my-button>,
<custom-el>. Reverts to master's PascalCase-only gate.
Better addressed by scope analysis once ember-eslint-parser exposes
richer HBS scope — revisit as a separate PR then.
Keeps the ignore-config format fix (argName without @) and the event
list alignment with upstream.1 parent 11c6e20 commit 434be3b
File tree
2 files changed
+2
-31
lines changed- lib/rules
- tests/lib/rules
2 files changed
+2
-31
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
| 80 | + | |
| 81 | + | |
90 | 82 | | |
91 | 83 | | |
92 | | - | |
93 | 84 | | |
94 | 85 | | |
95 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 39 | | |
44 | 40 | | |
45 | 41 | | |
| |||
105 | 101 | | |
106 | 102 | | |
107 | 103 | | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | 104 | | |
125 | 105 | | |
126 | 106 | | |
| |||
0 commit comments