1.0.3 • Published 2 years ago

@io-arc/webpack-loaders-pug-linter v1.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
2 years ago

@io-arc/webpack-loaders-pug-linter

A webpack loader that handles Pug's Lint.

See the documents.

Install

$ npm i @io-arc/webpack-loaders-pug-linter

Usage

import PugLintLoader from '@io-arc/webpack-loaders-pug-linter'
import lint from './.pug-lintrc.json'

export default {
  // (abbreviation)
  module: {
    rules: [PugLintLoader(/^(?!_).*\.pug$/, 'pug-lint-loader', lint)]
  }
}
1.0.3

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.3.0

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago