Gulp plugin for pug-lint, version 0.1.6, originally released as a wrapper to integrate pug-lint into Gulp build pipelines. It lints Pug (formerly Jade) templates against configurable rules defined in a .pug-lintrc file. The package has seen no updates since 2016, and both pug-lint and gulp ecosystems have evolved significantly. No TypeScript types are provided. Key differentiator: Gulp-specific streaming integration. Alternatives exist as standalone ESLint plugins or direct pug-lint CLI.
npm install gulp-pug-lintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Defines a Gulp task that lints all Pug files in the views directory using pug-lint configuration from .pug-lintrc.
Consider using eslint-plugin-pug or direct pug-lint CLI via gulp-shell.
Use glob 'views/**/*.pug' in gulp.src().
Create custom .d.ts or use @ts-ignore.
npm install --save-dev gulp-pug-lint
Use const puglint = require('gulp-pug-lint'); not require('gulp-pug-lint').default.Create a .pug-lintrc file in your project root with pug-lint rules.