Home

Awesome

<h1 align="center"> HTML ESLint </h1> <p align="center"> <a href="https://html-eslint.org"> <img src="packages/website/src/assets/logo.png" alt="Logo" width="90" height="90"> </a> <p align="center"> Monorepo for ESLint plugin which supports linting HTML(HyperText Markup Language) with ESLint. <br/> <br/> <a href="https://html-eslint.org/playground">View Demo</a> · <a href="https://html-eslint.org/docs/getting-started">Getting Started</a> · <a href="https://html-eslint.org/docs/rules">All Rules</a> </p> </p> <p align="center"> <a href="https://codecov.io/gh/yeonjuan/html-eslint"> <img src="https://codecov.io/gh/yeonjuan/html-eslint/branch/main/graph/badge.svg?token=0BVJ8GGDZ6"/> </a> <img src="https://github.com/yeonjuan/html-eslint/actions/workflows/main.yml/badge.svg?branch=main" alt="CI Badge" /> <img src="https://img.shields.io/npm/v/@html-eslint/eslint-plugin?color=success" alt="Version" /> <img src="https://img.shields.io/npm/dw/@html-eslint/eslint-plugin" alt="Downloads" /> <img src="https://img.shields.io/npm/l/@html-eslint/eslint-plugin?color=success" alt="License" /> </p>

Table of Contents

  1. Getting Started
  2. Rules
  3. Playground
  4. License

Lint JavaScript inside HTML

This ESLint plugin supports linting HTML syntax and does not provide JavaScript syntax linting. To lint JavaScript in HTML, such as inline scripts, you can use eslint-plugin-html.

License

Distributed under the MIT License. See LICENSE for more information.