mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -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
|
@ -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';
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue