diff options
Diffstat (limited to 'searx/static/themes/simple/gruntfile.js')
| -rw-r--r-- | searx/static/themes/simple/gruntfile.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/searx/static/themes/simple/gruntfile.js b/searx/static/themes/simple/gruntfile.js index 84f051f23..3602c7457 100644 --- a/searx/static/themes/simple/gruntfile.js +++ b/searx/static/themes/simple/gruntfile.js @@ -27,7 +27,8 @@ module.exports = function(grunt) { eslint: { options: { overrideConfigFile: '.eslintrc.json', - failOnError: false + failOnError: false, + fix: grunt.option('fix') }, target: [ 'svg4web.svgo.js', |