jshint/jshint

Default reporter has no output on success

Open

#2861 opened on Feb 1, 2016

View on GitHub
 (10 comments) (0 reactions) (0 assignees)JavaScript (8,937 stars) (1,757 forks)batch import
Proposalgood first issue

Description

When I run jshint, there is no output. Terminal indicates a 0 exit code, although my pre-commit hooks say it is returning a 1 and suggests I fix the problem before committing. I am using the pre-commit npm module there too with "jshint app.js" and also tried just "jshint".

from the command line (fish shell and bash): jshint --verbose app.js

OSX 10.11.3 I installed node and npm via homebrew. Then installed jshint through npm.

Contributor guide