refactor(core): Lintfix cli package (#17125)

This commit is contained in:
Iván Ovejero
2025-07-08 19:32:02 +02:00
committed by GitHub
parent 32fbb5cf6a
commit f3ef0a713c
179 changed files with 647 additions and 693 deletions

View File

@@ -1,9 +1,11 @@
import { createWorkflow } from '@n8n/backend-test-utils';
import { testDb } from '@n8n/backend-test-utils';
import { mockInstance } from '@n8n/backend-test-utils';
import { createWorkflow, testDb, mockInstance } from '@n8n/backend-test-utils';
import { DataDeduplicationService } from 'n8n-core';
import type { ICheckProcessedContextData } from 'n8n-workflow';
import type { IDeduplicationOutput, INode, DeduplicationItemTypes } from 'n8n-workflow';
import type {
ICheckProcessedContextData,
IDeduplicationOutput,
INode,
DeduplicationItemTypes,
} from 'n8n-workflow';
import { Workflow } from 'n8n-workflow';
import { getDataDeduplicationService } from '@/deduplication';