Browse Source

[mod] eslint: add gruntfile.js to the files to lint

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Markus Heiser 3 years ago
parent
commit
32cf24a272
1 changed files with 1 additions and 0 deletions
  1. 1 0
      searx/static/themes/simple/gruntfile.js

+ 1 - 0
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',