From 85ea681685f73498e22a7c120ad0e46430b97d7c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=CC=88rn=20Zaefferer?= Date: Fri, 9 Mar 2012 17:59:57 +0100 Subject: [PATCH] Build/grunt: Improve lint setup, get rid of file comment, using gruntjs specific config anyway --- grunt.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/grunt.js b/grunt.js index 50e999993..e4db51f65 100644 --- a/grunt.js +++ b/grunt.js @@ -1,4 +1,3 @@ -/*global config:true, task:true*/ function stripBanner(files) { return files.map(function(file) { return ''; @@ -238,6 +237,8 @@ config.init({ node: true }, globals: { + task: true, + config: true, file: true, log: true, template: true -- 2.39.5