{"library":"pug-lint-config-migration-v2","title":"pug-lint Migration Configuration for Pug v2","description":"Provides a pug-lint configuration preset that helps migrate Pug templates from v1 to v2 by enabling rules that detect deprecated or incompatible patterns. Version 1.0.2 is the latest stable release, updated infrequently. Key differentiator: this is an official preset from the Pug team, ensuring accurate migration checks for breaking changes between Pug v1 and v2, such as attribute syntax and iteration.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install pug-lint-config-migration-v2"],"cli":null},"imports":["In .pug-lintrc.json: { \"extends\": \"migration-v2\" }","npm install --save-dev pug-lint","Create .pug-lintrc.json in project root with the extends field"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// Step 1: Install dependencies\nnpm i --save-dev pug-lint pug-lint-config-migration-v2\n\n// Step 2: Create .pug-lintrc.json in project root\n{\n  \"extends\": \"migration-v2\"\n}\n\n// Step 3: Run linter\n./node_modules/.bin/pug-lint .\n// Expected output: list of warnings/errors for Pug v2 migration","lang":"javascript","description":"Install pug-lint and the migration config, add .pug-lintrc.json with extends, then run the linter on your Pug files.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}