Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/makotot/jshint-table-reporter
- Owner: makotot
- Created: 2013-10-26T06:24:52.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-08T02:34:54.000Z (almost 11 years ago)
- Last Synced: 2024-10-10T19:03:20.581Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 363 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.