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

It might be nice if the html-eslint repo included tests that supported multiple rules, or a whole `.eslintrc`. This would help us make sure rules don't conflict with each other....

test

Hello, are there plans to update the plugin to support ESLint v9? Thanks! https://eslint.org/blog/2024/04/eslint-v9.0.0-released/

enhancement

Hi, I am trying to integrate html linter into https://phcode.dev and found this repo. It is fully browser based, so i was looking for a js lib to integrate like...

I would like to lint HTML code that is stored directly in like this: ``` const someView = `Hello`; ``` Prettier supports this by using a `html` tag: ``` const...

## Checklist - Addresses an existing open issue: closes #349 ## Description Enhances the require-img-alt rule by adding an auto-fix suggestion that inserts an empty alt="" attribute when elements are...

## Checklist - Addresses an existing open issue: fixes #000 ## Description

**Is your feature request related to a problem? Please describe.** I'd like to propose a new rule called `no-invalid-entity`. HTML allows the use of named and numeric character references (entities)...

enhancement
ODHack14

**Is your feature request related to a problem? Please describe.** The `head-meta-order` rule enforces a recommended order of key elements inside the `` section of an HTML document. Following a...

enhancement
ODHack14