idea-handlebars
idea-handlebars copied to clipboard
Duplicate id attributes not being detected in HTML.
When you have duplicate ids in your .hbs file this is not being detected and warned about:
For example:
<div id="foo"></div>
<div id="foo"></div>
Without using the idea handlebars plugin this is being detected.