From 0280626a1ed800340feeccf4dff2a5ca5cef2b0a Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Wed, 4 Sep 2013 10:55:48 -0700 Subject: [PATCH] Lint dashboard scripts --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 1d640ff229b..3ff4a520005 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -15,7 +15,7 @@ module.exports = function (grunt) { ' Licensed <%= pkg.license %> */\n\n' }, jshint: { - files: ['Gruntfile.js', 'js/*.js', 'panels/*/*.js' ], + files: ['Gruntfile.js', 'js/*.js', 'panels/*/*.js', 'dashboards/*.js' ], options: { jshintrc: '.jshintrc' }