1.0.3 • Published 4 years ago

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

Weekly downloads
2
License
ISC
Repository
github
Last release
4 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

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.4.0

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.6

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago