Skip to content

Commit

Permalink
[Discover] Remove export* syntax (#110934) (#111316)
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Sep 7, 2021
1 parent c9e42c9 commit cbfe68d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions x-pack/plugins/discover_enhanced/common/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@
* 2.0.
*/

// TODO: https://github.com/elastic/kibana/issues/110900
/* eslint-disable @kbn/eslint/no_export_all */

export * from './config';
export type { Config } from './config';

0 comments on commit cbfe68d

Please sign in to comment.