pugjs/pug-lint-config-migration-v2

Name: pug-lint-config-migration-v2

Owner: Pug

Description: pug-lint configuration to help migrate projects to Pug 2.0.0.

Created: 2016-06-05 02:33:11.0

Updated: 2017-08-01 10:06:06.0

Pushed: 2016-09-04 04:38:43.0

Homepage: null

Size: 4

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

pug-lint-config-migration-v2

pug-lint configuration for migration to Pug 2.

npm

How to use

First, install pug-lint and this configuration package:

m i --save-dev pug-lint pug-lint-config-migration-v2

Next, add a .pug-lintrc.json file in your project root:


xtends": "migration-v2"

And now, you can run the linter as

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


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.