Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/makotot/jshint-table-reporter

JSHint table reporter.
https://github.com/makotot/jshint-table-reporter

Last synced: 28 days ago
JSON representation

JSHint table reporter.

Awesome Lists containing this project

README

        

# [JSHint Table Reporter](https://github.com/makotot/jshint-table-reporter)

JSHint Table Reporter is a JSHint reporter displayed in table format.

# Screenshot

### Porblems found.
![problems](./reporter_problems.png)

### No problems found.
![no problems](./reporter_no_problems.png)

## Install

```sh
$ npm install jshint-table-reporter
```

## Usage

```sh
$ jshint --reporter node_modules/jshint-table-reporter/ .js
```

you can use it also with grunt-contrib-jshint.

```js
jshint: {
options: {
reporter: require('jshint-table-reporter')
}
}
```

## License
©makotot
Licensed under the MIT license.