Prerequisites: Node.js (Version 12.4.0 or later)
$ npm install @markuplint/pug-parser
$ yarn add @markuplint/pug-parser
Add parser
option into your .eslintrc.*
file.
{
"extends": "@markuplint/html-spec",
"parser": {
".{pug,jade}$": "@markuplint/pug-parser"
}
}
$ git clone [email protected]:markuplint/markuplint.git -b master
$ yarn
$ yarn build
$ yarn test
Copyright © 2020 markuplint. Under the MIT License.