Commit 0280626a by Rashid Khan

Lint dashboard scripts

parent 7e5c36e9
...@@ -15,7 +15,7 @@ module.exports = function (grunt) { ...@@ -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'
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment