Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yeonjuan/html-eslint
ESLint plugin for linting HTML
https://github.com/yeonjuan/html-eslint
eslint eslint-plugin formatter html html-eslint html-lint html-linter lint
Last synced: 28 days ago
JSON representation
ESLint plugin for linting HTML
- Host: GitHub
- URL: https://github.com/yeonjuan/html-eslint
- Owner: yeonjuan
- License: mit
- Created: 2020-11-20T12:42:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T19:20:10.000Z (about 2 months ago)
- Last Synced: 2024-09-29T01:06:05.554Z (about 1 month ago)
- Topics: eslint, eslint-plugin, formatter, html, html-eslint, html-lint, html-linter, lint
- Language: JavaScript
- Homepage: https://html-eslint.org
- Size: 5.4 MB
- Stars: 155
- Watchers: 5
- Forks: 28
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- 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)
1. [Rules](https://html-eslint.org/docs/rules)
1. [Playground](https://html-eslint.org/playground)
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.