1
0
mirror of https://github.com/searxng/searxng.git synced 2024-10-04 02:20:13 +02:00

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

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2021-11-23 20:55:38 +01:00
parent 06730588a6
commit 32cf24a272

View File

@ -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',