https://github.com/aranasoft/puglint-stylish
Stylish reporter for pug-lint
https://github.com/aranasoft/puglint-stylish
Last synced: about 1 year ago
JSON representation
Stylish reporter for pug-lint
- Host: GitHub
- URL: https://github.com/aranasoft/puglint-stylish
- Owner: aranasoft
- License: bsd-3-clause
- Created: 2016-09-28T01:48:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T17:24:06.000Z (over 3 years ago)
- Last Synced: 2025-03-29T07:33:21.760Z (over 1 year ago)
- Language: JavaScript
- Size: 927 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# puglint-stylish [![Build Status][travis-image]][travis-url] [![NPM version][npm-image]][npm-url]
[][screenshot-image] [![Dependency Status][depstat-image]][depstat-url] [![devDependency Status][devdepstat-image]][devdepstat-url]
> Stylish Reporter for [pug-lint](https://github.com/pugjs/pug-lint).
Heavily inspired by [jshint-stylish](https://github.com/sindresorhus/jshint-stylish).

Compared to the default reporter:

## Install
Install with [npm](https://npmjs.org/package/puglint-stylish): `npm install --save-dev puglint-stylish`.
## Usage
### pug-lint CLI
> Requires `pug-lint@>=1.2 <3.0.0`
```sh
$ pug-lint --reporter node_modules/puglint-stylish [options]
```
## License
[BSD-3-Clause](https://raw.githubusercontent.com/aranasoft/puglint-stylish/master/LICENSE) © [Arana Software](http://www.aranasoft.com)
[screenshot-image]: https://github.com/aranasoft/puglint-stylish/blob/master/screenshot-stylish.png
[npm-url]: https://npmjs.org/package/puglint-stylish
[npm-image]: http://img.shields.io/npm/v/puglint-stylish.svg
[travis-url]: http://travis-ci.org/aranasoft/puglint-stylish
[travis-image]: https://travis-ci.org/aranasoft/puglint-stylish.svg?branch=master
[depstat-url]: https://david-dm.org/aranasoft/puglint-stylish
[depstat-image]: https://david-dm.org/aranasoft/puglint-stylish.svg
[devdepstat-url]: https://david-dm.org/aranasoft/puglint-stylish#info=devDependencies
[devdepstat-image]: https://david-dm.org/aranasoft/puglint-stylish/dev-status.svg