A shareable configuration for pug-lint enforcing coding standards for the ctrl framework. Current version 1.3.0 (no recent updates, appears stable). Defines rules for Pug/Jade templates (indentation, attribute order, etc.). Requires pug-lint ^2.3.0 as a peer dependency. Simple 'extends' usage similar to ESLint configs. Limited adoption; alternatives: pug-lint-config-google or custom configs. Not actively maintained (last update likely 2016).
npm install pug-lint-config-ctrlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install, configure with extends, and run pug-lint programmatically using this config.
Create .pug-lintrc.json in project root with the extends field.
Consider migrating to an alternative config or custom rules.
Run: npm install --save-dev pug-lint-config-ctrl
Change "extends": ["ctrl"] to "extends": "ctrl"
Create a .pug-lintrc.json file with at least {"extends": "ctrl"}