xolvio / rtd

DEPRECATED: The Test Runner for Meteor
164 stars 37 forks source link

Tell jshint to ignore the packages directory #101

Closed jonathanmoffatt closed 11 years ago

jonathanmoffatt commented 11 years ago

Currently jshint doesn't ignore the packages directory. This means that jshint fails on some meteorite packages 'cause they don't meet the jshint style guide. This pull request changes the gruntfile so that jshint ignores the packages directory.

xolvio commented 11 years ago

thanks!