@html-eslint/parser
Version:
Parser for @html-eslint/eslint-plugin
26 lines (17 loc) • 398 B
Markdown
# `@html-eslint/parser`
A parser for HTML-ESLint.
It makes AST generated by [ES-HTML-parser](https://github.com/yeonjuan/es-html-parser) compatible with ESLint.
## Install
```bash
$ yarn add -D @html-eslint/parser
$ npm install -D @html-eslint/parser
```
## Usage
Set the `parser` property in your ESLint configuration file.
```json
{
"parser": "@html-eslint/parser"
}
```
## License
MIT