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
- Host: GitHub
- URL: https://github.com/cannercms/pug-lint-config-canner
- Owner: CannerCMS
- Created: 2016-10-14T04:26:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-03T14:40:31.000Z (over 8 years ago)
- Last Synced: 2025-02-03T08:44:20.919Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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