@markuplint/pug-parser
v4.18.3
Published
Pug parser for markuplint
Readme
@markuplint/pug-parser
Use markuplint with Pug.
Install
$ npm install -D @markuplint/pug-parser
$ yarn add -D @markuplint/pug-parserUsage
Add parser option to your configuration.
{
"parser": {
".(?:pug|jade)$": "@markuplint/pug-parser"
}
}