brunch / jshint-brunch

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

.jshintignore support #21

Open row1 opened 8 years ago

row1 commented 8 years ago

Hi, You merged my change to ignore JSHint errors https://github.com/brunch/auto-reload-brunch/commit/dcacbba604ce722d5010ad5d9b90c0f8527b7688

But I guess that change wouldn't be required if I could use a .jshintignore file. Does jshint-brunch support the ignore file? I have tried placing one in my project root folder, but it didn't seem to get picked up.

Thanks

paulmillr commented 8 years ago

No support right now.

lpil commented 8 years ago

This would be a great feature to have :)