A Grunt plugin for linting Pug (formerly Jade) templates using pug-lint. Current stable version is 1.0.0, which updates pug-lint to v2.2.0 and renames the `preset` option to `config`, removing support for `.pugLintRc`. The plugin integrates with Grunt ~1.0.0 and allows configuration via inline rules or presets. Compared to running pug-lint directly, this plugin provides seamless integration into Grunt workflows.
npm install grunt-puglintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs grunt-puglint and configures a Grunt task to lint Pug files with custom rules.
Replace `preset: 'name'` with `config: { extends: 'name' }`.Use `config: { extends: '...' }` or a standard `.pug-lintrc` file (with hyphen).Migrate to inline config or a community-supported preset.
Ensure Grunt version is >=1.0.0.
Add `grunt.loadNpmTasks('grunt-puglint');` to your Gruntfile.Run `npm install pug-lint --save-dev`.
Change `preset` to `config` as described in the documentation.