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 Build Status Coverage Status

Install

Prerequisites: Node.js (Version 12.4.0 or later)

$ npm install @markuplint/pug-parser

$ yarn add @markuplint/pug-parser

Usage

Add parser option into your .eslintrc.* file.

{
	"extends": "@markuplint/html-spec",
	"parser": {
		".{pug,jade}$": "@markuplint/pug-parser"
	}
}

Contributing

$ git clone [email protected]:markuplint/markuplint.git -b master
$ yarn
$ yarn build
$ yarn test

Copyright © 2020 markuplint. Under the MIT License.