3.0.0-rc1 • Published 5 years ago

pug-lint-config-girder v3.0.0-rc1

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
5 years ago

pug-lint-config-girder

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 pug-lint-config-girder and its peerDependencies via:

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

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

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