Lint dashboard scripts

This commit is contained in:
Rashid Khan 2013-09-04 10:55:48 -07:00
parent 7e5c36e9aa
commit 0280626a1e

View File

@ -15,7 +15,7 @@ module.exports = function (grunt) {
' Licensed <%= pkg.license %> */\n\n' ' Licensed <%= pkg.license %> */\n\n'
}, },
jshint: { jshint: {
files: ['Gruntfile.js', 'js/*.js', 'panels/*/*.js' ], files: ['Gruntfile.js', 'js/*.js', 'panels/*/*.js', 'dashboards/*.js' ],
options: { options: {
jshintrc: '.jshintrc' jshintrc: '.jshintrc'
} }