Skip to content

Latest commit

 

History

History

pug-parser

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@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"
  }
}