0.6.0 • Published 3 years ago

@linthtml/linthtml-pug v0.6.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago