Home
Softono
y

yeonjuan

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
1

Software by yeonjuan

html-eslint
Open Source

html-eslint

<h1 align="center"> HTML ESLint </h1> <p align="center"> <a href="https://html-eslint.org"> <img src="packages/website/src/assets/logo_180x180.png" alt="Logo" width="90" height="90"> </a> <p align="center"> Monorepo for ESLint plugin which supports linting HTML(HyperText Markup Language) with ESLint, including React-specific HTML linting. <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> <p align="center"> If you’d like to support html-eslint, please consider starring it on GitHub or making a donation! <br> <a href="https://www.buymeacoffee.com/yeonjuan93p" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 40px !important;width: 144px !important;" ></a> </p> ## Table of Contents ### HTML 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) ### React 1. [Getting Started](https://html-eslint.org/docs/react/getting-started) 1. [Rules](https://html-eslint.org/docs/react/rules) 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.

Code Quality & Linting
264 Github Stars