Parser for @html-eslint/eslint-plugin
npm install @html-eslint/parser@html-eslint/parserA parser for HTML-ESLint.
It makes AST generated by ES-HTML-parser compatible with ESLint.
``bash`
$ yarn add -D @html-eslint/parser
$ npm install -D @html-eslint/parser
Set the parser property in your ESLint configuration file.
`json``
{
"parser": "@html-eslint/parser"
}
MIT