@zalora/parser
A parser for HTML-ESLint. It makes AST generated by ES-HTML-parser compatible with ESLint.
Install
$ yarn add -D @zalora/parser
$ npm install -D @zalora/parser
Usage
Set the parser
property in your ESLint configuration file.
{
"parser": "@zalora/parser"
}
License
MIT