mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Lint dashboard scripts
This commit is contained in:
parent
7e5c36e9aa
commit
0280626a1e
@ -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'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user