mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
remove vislib fixtures from linting
This commit is contained in:
parent
da16712f7b
commit
8cc6723f91
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,6 @@
|
|||
|
||||
// shared with .jshintrc files for browser and node
|
||||
"unused": false,
|
||||
"camelcase": false,
|
||||
"bitwise": false,
|
||||
"eqnull": true,
|
||||
"eqeqeq": true,
|
||||
|
|
|
@ -36,7 +36,8 @@ module.exports = function (grunt) {
|
|||
'<%= src %>/kibana/*.js',
|
||||
'<%= src %>/server/*.js',
|
||||
'<%= src %>/kibana/{components,directives,factories,filters,plugins,registry,services,utils}/**/*.js',
|
||||
'<%= unitTestDir %>/**/*.js'
|
||||
'<%= unitTestDir %>/**/*.js',
|
||||
'!<%= unitTestDir %>/specs/vislib/fixture/**/*'
|
||||
],
|
||||
lessFiles: [
|
||||
'<%= src %>/kibana/components/*/*.less',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue