Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/debitoor/pug-lint-config-debitoor
Pug linting configuration for Debitoor
https://github.com/debitoor/pug-lint-config-debitoor
config debitoor pug-lint
Last synced: 12 days ago
JSON representation
Pug linting configuration for Debitoor
- Host: GitHub
- URL: https://github.com/debitoor/pug-lint-config-debitoor
- Owner: debitoor
- Created: 2018-02-17T22:53:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-17T11:29:12.000Z (over 6 years ago)
- Last Synced: 2024-10-02T11:15:48.000Z (about 2 months ago)
- Topics: config, debitoor, pug-lint
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@debitoor/pug-lint-config-debitoor
- Size: 26.4 KB
- Stars: 1
- Watchers: 23
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pug-lint-config-debitoor
[![npm version](https://badge.fury.io/js/%40debitoor%2Fpug-lint-config-debitoor.svg)](https://badge.fury.io/js/%40debitoor%2Fpug-lint-config-debitoor)
[![Build Status](https://travis-ci.org/debitoor/pug-lint-config-debitoor.svg?branch=master)](https://travis-ci.org/debitoor/pug-lint-config-debitoor)## Install
``` bash
$ npm i @debitoor/pug-lint-config-debitoor -DE
```## Usage
`.pug-lintrc.json`:
```json
{
"extends": "@debitoor/pug-lint-config-debitoor"
}
```