Skip to content

linthtml/linthtml-pug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@linthtml/linthtml-pug

A PUG parser for LintHTML

Usage

Installation

$ npm install @linthtml/linthtml @linthtml/linthtml-pug --save-dev
# or
$ yarn add @linthtml/linthtml @linthtml/linthtml-pug -D

Note: @linthtml/linthtml-pug requires @linthtml/linthtml>=0.7.0

Setup

To use @linthtml/linthtml-pug, "@linthtml/linthtml-pug" must be specified as the parser in your LintHTML configuration file (see here for more detailed information).

.linthtmlrc.js

module.exports = {
  parser: "@linthtml/linthtml-pug"
};

About

PUG parser compatible with linhtml

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published