summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2021-11-23 20:55:38 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2021-12-14 07:26:41 +0100
commit32cf24a2727c2db5b7b7187a355fd20382b5e40c (patch)
tree7a81ef4a072176d94d7a1992637a1fbe2e05a56d
parent06730588a6401ef604b94986fc19ea5aa97c9035 (diff)
[mod] eslint: add gruntfile.js to the files to lint
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-rw-r--r--searx/static/themes/simple/gruntfile.js1
1 files changed, 1 insertions, 0 deletions
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',