[eslint] fix and skip violations for cross-boundary imports (#136911)

This commit is contained in:
Spencer 2022-07-29 13:57:55 -05:00 committed by GitHub
parent 103aa675c7
commit bebec37f04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
379 changed files with 368 additions and 1168 deletions

View file

@ -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';