[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

@ -6,7 +6,7 @@
* Side Public License, v 1.
*/
import { SavedObjectAttributes } from '@kbn/core/types';
import type { SavedObjectAttributes } from '@kbn/core/types';
export const BOOK_SAVED_OBJECT = 'book';

View file

@ -6,7 +6,7 @@
* Side Public License, v 1.
*/
import { SavedObjectAttributes } from '@kbn/core/types';
import type { SavedObjectAttributes } from '@kbn/core/types';
export interface TodoSavedObjectAttributes extends SavedObjectAttributes {
task: string;