@html-eslint/parser
v0.54.0
Published
Parser for @html-eslint/eslint-plugin
Readme
@html-eslint/parser
A parser for HTML-ESLint. It makes AST generated by ES-HTML-parser compatible with ESLint.
Install
$ yarn add -D @html-eslint/parser
$ npm install -D @html-eslint/parserUsage
Set the parser property in your ESLint configuration file.
{
"parser": "@html-eslint/parser"
}License
MIT
