# pug-lint-config-migration-v2 **Repository Path**: mirrors_pugjs/pug-lint-config-migration-v2 ## Basic Information - **Project Name**: pug-lint-config-migration-v2 - **Description**: pug-lint configuration to help migrate projects to Pug 2.0.0. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-27 - **Last Updated**: 2025-09-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pug-lint-config-migration-v2 [pug-lint] configuration for migration to Pug 2. [![npm](https://img.shields.io/npm/v/pug-lint-config-migration-v2.svg?maxAge=2592000)](https://www.npmjs.com/package/pug-lint-config-migration-v2) ## How to use First, install [pug-lint] and this configuration package: ```sh $ npm i --save-dev pug-lint pug-lint-config-migration-v2 ``` Next, add a `.pug-lintrc.json` file in your project root: ```json { "extends": "migration-v2" } ``` And now, you can run the linter as ```sh $ ./node_modules/.bin/pug-lint . ``` You should see a list of errors that might prevent your app from working properly in Pug 2. ## License MIT [pug-lint]: https://www.npmjs.com/package/pug-lint