jshint

v1.1.6-1-rc.0Published 8 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

JSHint for Meteor

This packages adds a Linter Plugin that automatically runs all your JavaScript source files through the JSHint linter, correctly passing the global imports from the used packages.

To configure the plugin, put a .jshintrc file into your app's (or package's) root, containing a valid JSON with the JSHint options.