From aead10fafa12c2bf197c2cb4ea3b3055fcc191f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Fri, 7 Feb 2014 13:34:17 +0100 Subject: Avoid setting `jshint node: true` in every Grunt JS file --- Gruntfile.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Gruntfile.js') diff --git a/Gruntfile.js b/Gruntfile.js index c4da304dd..ac3107fd4 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -44,6 +44,9 @@ module.exports = function (grunt) { jshintrc: 'js/.jshintrc' }, grunt: { + options: { + node: true + }, src: ['Gruntfile.js', 'grunt/*.js'] }, src: { -- cgit v1.2.3