mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
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:
@@ -8,7 +8,7 @@ import {
|
||||
START_NODE_TYPE,
|
||||
STORES,
|
||||
} from '@/constants';
|
||||
import {
|
||||
import type {
|
||||
ExecutionsQueryFilter,
|
||||
IActivationError,
|
||||
IExecutionDeleteFilter,
|
||||
@@ -32,12 +32,10 @@ import {
|
||||
WorkflowsState,
|
||||
} from '@/Interface';
|
||||
import { defineStore } from 'pinia';
|
||||
import {
|
||||
deepCopy,
|
||||
import type {
|
||||
IAbstractEventMessage,
|
||||
IConnection,
|
||||
IConnections,
|
||||
IDataObject,
|
||||
IExecutionsSummary,
|
||||
INode,
|
||||
INodeConnections,
|
||||
@@ -54,9 +52,9 @@ import {
|
||||
IRunExecutionData,
|
||||
ITaskData,
|
||||
IWorkflowSettings,
|
||||
NodeHelpers,
|
||||
Workflow,
|
||||
} from 'n8n-workflow';
|
||||
import type { IDataObject } from 'n8n-workflow';
|
||||
import { deepCopy, NodeHelpers, Workflow } from 'n8n-workflow';
|
||||
import Vue from 'vue';
|
||||
|
||||
import { useRootStore } from './n8nRootStore';
|
||||
|
||||
Reference in New Issue
Block a user