Gruntfile: remove forgotten jshint task
This commit is contained in:
parent
a3d110b78c
commit
4ec0ec5341
|
@ -49,7 +49,6 @@ module.exports = function(grunt) {
|
|||
|
||||
// These plugins provide necessary tasks.
|
||||
grunt.loadNpmTasks('grunt-mocha-test');
|
||||
grunt.loadNpmTasks('grunt-contrib-jshint');
|
||||
|
||||
// Default task.
|
||||
grunt.registerTask('default', ['unit', 'integration']);
|
||||
|
|
Loading…
Reference in New Issue