jshint/jshint

Default reporter has no output on success

Open

#2,861 创建于 2016年2月1日

在 GitHub 查看
 (10 评论) (0 反应) (0 负责人)JavaScript (8,937 star) (1,757 fork)batch import
Proposalgood first issue

描述

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.

贡献者指南