Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Heenawter committed Nov 20, 2024
1 parent 3f84aa2 commit 53684fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions examples/grid_example/public/use_mock_dashboard_api.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export const useMockDashboardApi = ({
canRemovePanels: () => true,
};
// only run onMount
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);

return mockDashboardApi;
Expand Down
8 changes: 1 addition & 7 deletions packages/kbn-grid-layout/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@
*/

export { GridLayout } from './grid/grid_layout';
export type {
GridLayoutApi,
GridLayoutData,
GridPanelData,
GridRowData,
GridSettings,
} from './grid/types';
export type { GridLayoutData, GridPanelData, GridRowData, GridSettings } from './grid/types';

export { isLayoutEqual } from './grid/utils/equality_checks';

0 comments on commit 53684fc

Please sign in to comment.