From c0abaa9fdf93a260366f6911519e3952370b260e Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Tue, 2 Feb 2016 12:00:24 +0000 Subject: [PATCH] MDL-50115 grunt: add missing jshint configuration The gruntfile isn't a normal browser environment --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 98a59cfd15861..2d13f0d87b50a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -12,6 +12,7 @@ // // You should have received a copy of the GNU General Public License // along with Moodle. If not, see . +/* jshint node: true, browser: false */ /** * @copyright 2014 Andrew Nicols