Skip to content

Commit

Permalink
Exclude /html_docs from eslint (elastic#32314)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote authored Mar 1, 2019
1 parent f733308 commit 8ac6d69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ bower_components
/plugins
/optimize
/built_assets
/html_docs
/src/fixtures/vislib/mock_data
/src/legacy/ui/public/angular-bootstrap
/src/legacy/ui/public/flot-charts
Expand Down
2 changes: 1 addition & 1 deletion packages/kbn-interpreter/src/public/batched_fetch.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ describe('batchedFetch', () => {
'c200ccc'
]);
});
});
});

0 comments on commit 8ac6d69

Please sign in to comment.