Package detail

@girder/pug-lint-config

girder1kApache-2.03.2.6

Pug-lint configuration for Girder.

puglint, puglintconfig, girder

readme

@girder/pug-lint-config

This npm package contains a sharable pug-lint config for use with Girder's Backbone-based web clients and plugins.

Usage

Typically, users of this package should depend on @girder/pug-lint-config and its peerDependencies via:

npm install --save-dev @girder/pug-lint-config pug-lint@^2

then add "extends": "girder" to their project's local pug-lint config. For example, within package.json:

"pugLintConfig": {
    "extends": "girder"
},