html-eslint icon indicating copy to clipboard operation
html-eslint copied to clipboard

ESLint plugin for linting HTML

Results 55 html-eslint issues
Sort by recently updated
recently updated
newest added

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...

question

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...

enhancement

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`...

enhancement