Files
meteor/packages/jshint
2015-08-11 19:55:55 -07:00
..
2015-08-11 19:55:55 -07:00
2015-06-04 01:19:09 -07:00

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.