Which are some of the most annoying things you see (or do yourself) in HTML+ERB files that you wish a linter/formatter would catch for you?
@marcoroth why not support all Rubocop rules like https://github.com/shopify/erb_lint tries to do?
@camertron I thought about it too, but I think that not all the rules apply the same way as they do to regular Ruby code. But yeah, maybe cherry-picking the one that make sense could be an option.
@marcoroth right yeah, not all of them apply, but probably 75% do?
@camertron @marcoroth haml-lint takes this approach