https://github.com/yeonjuan/html-eslint
An ESLint plugin for linting HTML files and HTML in JavaScript Template Literals
https://github.com/yeonjuan/html-eslint
eslint eslint-plugin formatter html html-eslint html-lint html-linter lint
Last synced: 17 days ago
JSON representation
An ESLint plugin for linting HTML files and HTML in JavaScript Template Literals
- Host: GitHub
- URL: https://github.com/yeonjuan/html-eslint
- Owner: yeonjuan
- License: mit
- Created: 2020-11-20T12:42:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-05T16:54:03.000Z (25 days ago)
- Last Synced: 2025-04-06T05:09:06.333Z (25 days ago)
- Topics: eslint, eslint-plugin, formatter, html, html-eslint, html-lint, html-linter, lint
- Language: JavaScript
- Homepage: https://html-eslint.org
- Size: 6.29 MB
- Stars: 186
- Watchers: 6
- Forks: 33
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-eslint - HTML - ESLint plugin for HTML. (Plugins / Languages and Environments)
- fucking-awesome-eslint - HTML - ESLint plugin for HTML. (Plugins / Languages and Environments)
- fucking-awesome-eslint - HTML - ESLint plugin for HTML. (Plugins / Languages and Environments)
README
HTML ESLint
Monorepo for ESLint plugin which supports linting HTML(HyperText Markup Language) with ESLint.
View Demo
·
Getting Started
·
All Rules
## Table of Contents
1. [Getting Started](https://html-eslint.org/docs/getting-started)
- [Installation](https://html-eslint.org/docs/getting-started#installation)
- [Configuration](https://html-eslint.org/docs/getting-started#configuration)
- [Editor Configuration](https://html-eslint.org/docs/getting-started#editor-configuration)
- [Integrating Template Engine](https://html-eslint.org/docs/integrating-template-engine)
1. [Rules](https://html-eslint.org/docs/rules)
1. [Playground](https://html-eslint.org/playground)
1. [Developer Guide](https://html-eslint.org/developer-guide.md)
1. [License](#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](https://github.com/BenoitZugmeyer/eslint-plugin-html).
## License
Distributed under the MIT License. See [LICENSE](./LICENSE) for more information.