html-eslint
html-eslint copied to clipboard
ESLint plugin for linting HTML
Hi there. I am developing in angular 18 and there are these control work flows like @if and @for and etc. I get an error for indent when I do...
I'd like to propose a new rule: `use-standard-html`. This rule aims to enforce compliance with the [HTML Standard](https://html.spec.whatwg.org/), by reporting HTML code that violates the specification. It would help developers...
It'd be amazing to have a rule that **checks if any line is too long**, e.g. - a soft warning for `80` (customizable) - and a harsh warning for `100`...