brunch / jshint-brunch

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

Support different .jshintrc for tests #19

Open WalkerCodeRanger opened 9 years ago

WalkerCodeRanger commented 9 years ago

I am switching over to brunch a project created for grunt using yeoman. They setup a different .jshintrc for use with their tests than with the app scripts. This allows them to set the jasmine option and define extra globals for the test. I think something like that makes sense. Please add support for having a different .jshintrc for tests, or potentially for multiple configurable groups of js files.

paulmillr commented 9 years ago

👍