Running @herb-tools/linter using main, we are now getting about a hundred invalid errors about conditional element patterns.
I was able to narrow it down to this failing example:
<% if true %>
<% if true %>
<div>
<div></div>
<% if true %><% end %>
</div>
<% else %>
<div></div>
<% end %>
<% end %>
Running
@herb-tools/linterusingmain, we are now getting about a hundred invalid errors about conditional element patterns.I was able to narrow it down to this failing example: