mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[jshint] grab all top level js files
This commit is contained in:
parent
f47c60ace6
commit
12f9da9869
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ module.exports = function (grunt) {
|
|||
src: [
|
||||
'Gruntfile.js',
|
||||
'<%= root %>/tasks/**/*.js',
|
||||
'<%= src %>/kibana/index.js',
|
||||
'<%= src %>/kibana/*.js',
|
||||
'<%= src %>/kibana/{apps,components,controllers,directives,factories,filters,services,utils}/**/*.js',
|
||||
'<%= unitTestDir %>/**/*.js'
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue