ejs-grammar
ejs-grammar copied to clipboard
Element Inline style attribute showing as error
Steps to reproduce:
Using EJS inside of a inline style atrribute shows as a lint error. Does not affect code
<div class="title">
<p style="color: <%= iconColor %>"><%= title %></p>
</div>
Expected result:
Have the lint not detect a "problem" with it.