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'
|
' 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'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user