Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 972 Bytes

File metadata and controls

41 lines (29 loc) · 972 Bytes

@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.