mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[eslint] fix and skip violations for cross-boundary imports (#136911)
This commit is contained in:
parent
103aa675c7
commit
bebec37f04
379 changed files with 368 additions and 1168 deletions
|
@ -20,5 +20,6 @@ export {
|
|||
getStoryArgTypes as getSampleDataCardStoryArgTypes,
|
||||
getStoryServices as getSampleDataCardStoryServices,
|
||||
getMockDataSet as getSampleDataCardMockDataSet,
|
||||
// eslint-disable-next-line @kbn/imports/no_boundary_crossing
|
||||
} from './mocks';
|
||||
export type { Params as SampleDataCardStorybookParams } from './mocks';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue