An open API service indexing awesome lists of open source software.

https://github.com/cannercms/pug-lint-config-canner

pug lint configuration in canner
https://github.com/cannercms/pug-lint-config-canner

Last synced: 10 months ago
JSON representation

pug lint configuration in canner

Awesome Lists containing this project

README

          

# Canner Pug coding standard

## Usage

In your project folder:

```
npm install --save-dev pug-lint
npm install --save-dev pug-lint-config-canner
```

Then create a `.pug-lintrc` in the project root.

```json
{
"extends": "canner"
}
```

rules detail see: https://github.com/pugjs/pug-lint/blob/master/docs/rules.md

## License

MIT