From 32cf24a2727c2db5b7b7187a355fd20382b5e40c Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Tue, 23 Nov 2021 20:55:38 +0100 Subject: [PATCH] [mod] eslint: add gruntfile.js to the files to lint Signed-off-by: Markus Heiser --- searx/static/themes/simple/gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/searx/static/themes/simple/gruntfile.js b/searx/static/themes/simple/gruntfile.js index 3602c7457..928b92d82 100644 --- a/searx/static/themes/simple/gruntfile.js +++ b/searx/static/themes/simple/gruntfile.js @@ -31,6 +31,7 @@ module.exports = function(grunt) { fix: grunt.option('fix') }, target: [ + 'gruntfile.js', 'svg4web.svgo.js', 'src/js/main/*.js', 'src/js/head/*.js',