refactor: Integrate consistent-type-imports in FE packages (no-changelog) (#6060)
* 👕 Move `consistent-type-imports` to top level * 👕 Apply lintfixes * 👕 Apply more lintfixes * 👕 More lintfixes * 👕 More lintfixes
This commit is contained in:
@@ -3,7 +3,7 @@ import { i18n as locale } from '@/plugins/i18n';
|
||||
import { mapStores } from 'pinia';
|
||||
import mixins from 'vue-typed-mixins';
|
||||
import { genericHelpers } from './genericHelpers';
|
||||
import { IExecutionsSummary } from 'n8n-workflow';
|
||||
import type { IExecutionsSummary } from 'n8n-workflow';
|
||||
|
||||
export interface IExecutionUIData {
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user