Gruntfile: remove forgotten jshint task

This commit is contained in:
Miroslav Bajtoš 2017-12-12 09:39:46 +01:00
parent a3d110b78c
commit 4ec0ec5341
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ module.exports = function(grunt) {
// These plugins provide necessary tasks. // These plugins provide necessary tasks.
grunt.loadNpmTasks('grunt-mocha-test'); grunt.loadNpmTasks('grunt-mocha-test');
grunt.loadNpmTasks('grunt-contrib-jshint');
// Default task. // Default task.
grunt.registerTask('default', ['unit', 'integration']); grunt.registerTask('default', ['unit', 'integration']);