- added the ability for a project specific .jshintrc file (in the current working directory)
- switched custom reporter to be module that exports a reporter function (instead of evaluating a file)
- bumped JSHint to 2011-04-06
- remove ./ from file name in jslint xml reporter
- jshint already removes shebangs itself
- added a jslint compatible xml output formatter option
- fixed line number reporting being off by one when file has a shebang
- removed bin property in package.json
- exit process with appropriate status code after lint
- use ~/.jshintrc as default options if available
- added --version option
- updated JSHint to 2011-03-01 edition (7c4d2acec850beceff8b)
- enable require('jshint') when installed through npm
- omitted "node-" prefix in cli and npm package name
- bumped jshint to latest (b81e938959444dd2a9e2)
- bumped jshint to latest (3b018b1e454d3917e33c)
- reafactored portion of cli into hint module
- switched to jasmine for tests
- custom reporters
- initial commit