diff options
Diffstat (limited to 'searx/static/themes/simple/gruntfile.js')
| -rw-r--r-- | searx/static/themes/simple/gruntfile.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/static/themes/simple/gruntfile.js b/searx/static/themes/simple/gruntfile.js index 288ab6633..1a3e00d3d 100644 --- a/searx/static/themes/simple/gruntfile.js +++ b/searx/static/themes/simple/gruntfile.js @@ -34,6 +34,7 @@ module.exports = function(grunt) { jshint: { files: ['js/searx_src/*.js'], options: { + reporterOutput: "", proto: true, // options here to override JSHint defaults globals: { |