Skip to content

Commit

Permalink
fixed newline MD issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pulse00 authored and brentlintner committed Oct 9, 2012
1 parent 608bd04 commit 92f0d46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Note: If you are using npm v1.x be sure to install jshint locally (without the -
* [vim syntastic](https://github.com/scrooloose/syntastic) - Run node-jshint at each file save. * [vim syntastic](https://github.com/scrooloose/syntastic) - Run node-jshint at each file save.
* [sublime-jshint](https://github.com/uipoet/sublime-jshint) - `F7` or `command-B` on any .js file. `F4` next error line,column. `shift-F4` previous error line,column. * [sublime-jshint](https://github.com/uipoet/sublime-jshint) - `F7` or `command-B` on any .js file. `F4` next error line,column. `shift-F4` previous error line,column.
* [eclipse-jshint](http://github.eclipsesource.com/jshint-eclipse/) - Run node-jshint at each file save. * [eclipse-jshint](http://github.eclipsesource.com/jshint-eclipse/) - Run node-jshint at each file save.

## Custom Reporters ## Custom Reporters


Specify a custom reporter module (see example/reporter.js). Specify a custom reporter module (see example/reporter.js).
Expand Down

0 comments on commit 92f0d46

Please sign in to comment.