diff --git a/grunt/config/jshint.js b/grunt/config/jshint.js index 98c711826..78e5f3090 100644 --- a/grunt/config/jshint.js +++ b/grunt/config/jshint.js @@ -1,7 +1,7 @@ module.exports = { source: { src: [ - 'src/**/*.js', + 'src/**/*.js -src/elasticsearch/**/* -src/bower-elasticsearch-js/**/*', 'scripts/**/*.js', 'test/**/*.js -test/browser_integration/yaml_tests.js', 'grunt/**/*.js',