mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
ci: Enforce no unused imports (no-changelog) (#6073)
This commit is contained in:
@@ -63,7 +63,7 @@ import { externalHooks } from '@/mixins/externalHooks';
|
||||
import { nodeBase } from '@/mixins/nodeBase';
|
||||
import { nodeHelpers } from '@/mixins/nodeHelpers';
|
||||
import { workflowHelpers } from '@/mixins/workflowHelpers';
|
||||
import { getStyleTokenValue, isNumber, isString } from '@/utils';
|
||||
import { isNumber, isString } from '@/utils';
|
||||
import type {
|
||||
INodeUi,
|
||||
INodeUpdatePropertiesInformation,
|
||||
@@ -72,7 +72,6 @@ import type {
|
||||
} from '@/Interface';
|
||||
|
||||
import type { INodeTypeDescription } from 'n8n-workflow';
|
||||
import { IDataObject } from 'n8n-workflow';
|
||||
import { QUICKSTART_NOTE_NAME } from '@/constants';
|
||||
import { mapStores } from 'pinia';
|
||||
import { useUIStore } from '@/stores/ui';
|
||||
|
||||
Reference in New Issue
Block a user