tbranyen/combyne

View on GitHub
build/tasks/jshint.coffee

Summary

Maintainability
Test Coverage
module.exports = ->
  @loadNpmTasks "grunt-contrib-jshint"

  @config "jshint",
    files: ["lib/**/*.js"]
    options: @file.readJSON ".jshintrc"