# FINPO's Pug Lint Config
[![npm version][npm-img]][npm]
![Dependencies][dep-img]

> My personal linting rules for the pug language.

## Installation
```bash
$ npm install --save-dev pug-lint @finpo/pug-lint-config-finpo
```

## Usage
Create a `.pug-lintrc` file in your project root:

```js
{
  "extends": "./node_modules/@finpo/pug-lint-config-finpo/index.js"
}
```

More info about the configuration file can be found [here].


[here]: https://github.com/pugjs/pug-lint#configuration-file
