diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2021-11-23 20:55:38 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-12-14 07:26:41 +0100 |
| commit | 32cf24a2727c2db5b7b7187a355fd20382b5e40c (patch) | |
| tree | 7a81ef4a072176d94d7a1992637a1fbe2e05a56d | |
| parent | 06730588a6401ef604b94986fc19ea5aa97c9035 (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.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 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', |