module.exports = { options: { jshintrc: __dirname + '/../.jshintrc' }, all: [ 'Gruntfile.js', 'app/assets/javascripts/**/*.js', ] };