build: Upgrade lint related packages (#7790)

This commit is contained in:
Csaba Tuncsik
2023-11-27 09:11:52 +01:00
committed by GitHub
parent d2c18c5727
commit 152883eed1
22 changed files with 149 additions and 303 deletions

View File

@@ -6,7 +6,7 @@ import { WebhookServer } from '@/WebhookServer';
import { Queue } from '@/Queue';
import { BaseCommand } from './BaseCommand';
import { Container } from 'typedi';
import { IConfig } from '@oclif/config';
import type { IConfig } from '@oclif/config';
import { OrchestrationWebhookService } from '@/services/orchestration/webhook/orchestration.webhook.service';
import { OrchestrationHandlerWebhookService } from '@/services/orchestration/webhook/orchestration.handler.webhook.service';