[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') fix: grunt.option('fix')
}, },
target: [ target: [
'gruntfile.js',
'svg4web.svgo.js', 'svg4web.svgo.js',
'src/js/main/*.js', 'src/js/main/*.js',
'src/js/head/*.js', 'src/js/head/*.js',