UNPKG

@aizwan/html-eslint

Version:

<h1 align="center"> HTML ESLint </h1>

14 lines (8 loc) 320 B
# `@html-eslint/parser` Parser for `@html-eslint/plugin`. This project contains code forked from [parse5](https://github.com/inikulin/parse5). Some codes were transformed for generating suitable AST for `@html-eslint/plugin`. ## Usage ``` const parser = require('@html-eslint/parser'); // TODO: DEMONSTRATE API ```