diff options
| author | Zlatan Vasović <[email protected]> | 2014-02-07 13:34:17 +0100 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2014-02-07 13:34:17 +0100 |
| commit | aead10fafa12c2bf197c2cb4ea3b3055fcc191f0 (patch) | |
| tree | 1b331c6a7f47277cff03657b0b2c5cd0e7672111 /Gruntfile.js | |
| parent | 4d7b2ddba92e47f923d22d9d7b23cb7b0a3e0bc2 (diff) | |
| download | bootstrap-aead10fafa12c2bf197c2cb4ea3b3055fcc191f0.tar.xz bootstrap-aead10fafa12c2bf197c2cb4ea3b3055fcc191f0.zip | |
Avoid setting `jshint node: true` in every Grunt JS file
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 3 |
1 files changed, 3 insertions, 0 deletions
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: { |
