Shopify / erb-lint

Lint your ERB or HTML files
MIT License
592 stars 113 forks source link

New linter idea: enforce that all non-void HTML elements have closing tags #339

Open scottwhudson opened 5 months ago

scottwhudson commented 5 months ago

I got bit by a bug around a deeply nested div which wasn't closed and I checked to see if there was a linter option to check for this but couldn't find one. Does this functionality exist, and if not, is the team open to a contribution? I'd love to work on this.