mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Prevent linting fixtures
This commit is contained in:
parent
2c34623eaa
commit
6e48ccc443
4 changed files with 3 additions and 3 deletions
|
@ -1,2 +1,3 @@
|
|||
src/fixtures
|
||||
test/fixtures/scenarios
|
||||
optimize
|
||||
|
|
|
@ -45,7 +45,8 @@ module.exports = function (grunt) {
|
|||
'<%= root %>/tasks/**/*.js',
|
||||
'<%= root %>/test/**/*.js',
|
||||
'<%= src %>/**/*.js',
|
||||
'!<%= src %>/fixtures/**/*.js'
|
||||
'!<%= src %>/fixtures/**/*.js',
|
||||
'!<%= root %>/test/fixtures/scenarios/**/*.js'
|
||||
],
|
||||
deepModules: {
|
||||
'caniuse-db': '1.0.30000265',
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/*eslint-disable*/
|
||||
module.exports = [{
|
||||
'index': {
|
||||
'_index': 'logstash-2015.09.17',
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/*eslint-disable*/
|
||||
module.exports = [{
|
||||
'index': {
|
||||
'_index': 'logstash-2015.09.18',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue