brunch / jshint-brunch

Adds JSHint linting support to Brunch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document the reporter option

WalkerCodeRanger opened this issue · comments

The jsHint reporter option for the grunt task is configured like reporter: require('jshint-stylish') when that didn't work for brunch I had to read the code to guess that it should be reporter: 'jshint-stylish'. That option should be documented in the readme along with the reporterOptions setting I noticed.