pug-lint-config-ctrl
Version:
A configuration for pug-lint for the ctrl framework.
36 lines (22 loc) • 709 B
Markdown
# pug-lint-config-ctrl
[](https://travis-ci.org/martin-experiments/pug-lint-config-ctrl)
A pug-lint config for the Martin Experiments ctrl framework.
## Installation
[Yarn](https://yarnpkg.com) is recommended for installation.
```bash
$ yarn add --dev pug-lint pug-lint-config-ctrl
```
But you can still use npm:
```bash
$ npm install --save-dev pug-lint pug-lint-config-ctrl
```
## Usage
Add `ctrl` to the `extends` section of your `.eslintrc` configuration file:
```json
{
"extends": "ctrl"
}
```
## License
Copyright (c) 2016 Martin Experiments LLC
MIT (https://www.opensource.org/licenses/MIT)