diff --git a/gruntfile.js b/gruntfile.js index d1a4bb13cf..9fa2d61a19 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -31,10 +31,7 @@ module.exports = function(grunt) { }, jshint: { all: { - src: ['gruntfile.js', 'public/js/**/*.js', 'test/mocha/**/*.js', 'test/karma/**/*.js', 'app/**/*.js'], - options: { - jshintrc: true - } + src: ['gruntfile.js', 'public/js/**/*.js', 'test/mocha/**/*.js', 'test/karma/**/*.js', 'app/**/*.js'] } }, nodemon: {