Skip to content

Files

Latest commit

a9493db · Jun 16, 2025

History

History

pug-parser

README.md

@markuplint/pug-parser

npm version

Use markuplint with Pug.

Install

$ npm install -D @markuplint/pug-parser

$ yarn add -D @markuplint/pug-parser

Usage

Add parser option to your configuration.

{
  "parser": {
    ".(?:pug|jade)$": "@markuplint/pug-parser"
  }
}