brunch / jshint-brunch

Adds JSHint linting support to Brunch.
7 stars 4 forks source link

Document the reporter option #18

Open WalkerCodeRanger opened 9 years ago

WalkerCodeRanger commented 9 years ago

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.