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.
Steps to reproduce:
Using EJS inside of a inline style atrribute shows as a lint error. Does not affect code
Expected result:
Have the lint not detect a "problem" with it.