Package Exports
- @html-eslint/parser
- @html-eslint/parser/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@html-eslint/parser) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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/parser
Usage
Set the parser
property in your ESLint configuration file.
{
"parser": "@html-eslint/parser"
}
License
MIT