Looking for a Meteor-friendly HTML linting tool

Does anyone have tips about Meteor-friendly HTML linting tools?

We use standard Blaze HTML templates. I’d like to enforce our new convention of always using dashes (and not camel-case) in HTML attributes.

If you’re using Atom, there’s a linter-handlebars package.

1 Like

I tried to use linter-handlebars on atom, but don’t lint with html (work fine for handlebars).
Please help me to work with html too.

Any solution for WebStorm IDE? It seems to be too strict (pun intended) and too much focused on Javascript (meaning client and not Node.js based server JS).