fix(lint): resolve 327 ESLint errors blocking CI pipeline
Auto-fix 326 `@typescript-eslint/consistent-type-imports` violations across 182 files with `pnpm lint --fix`. Suppress 1 `no-empty-pattern` in Playwright e2e fixture where empty destructuring is idiomatic. All 1454 unit tests pass. Typecheck clean. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { McpModule as McpCoreModule, McpRegistryService } from '@goodgo/mcp-servers';
|
||||
import { McpModule as McpCoreModule, type McpRegistryService } from '@goodgo/mcp-servers';
|
||||
import { Module, type OnModuleInit } from '@nestjs/common';
|
||||
import { AuthModule } from '@modules/auth';
|
||||
import { SearchModule, TypesenseClientService } from '@modules/search';
|
||||
import { LoggerService } from '@modules/shared';
|
||||
import { SearchModule, type TypesenseClientService } from '@modules/search';
|
||||
import { type LoggerService } from '@modules/shared';
|
||||
import { McpTransportController } from './presentation/mcp-transport.controller';
|
||||
|
||||
@Module({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { SSEServerTransport, McpRegistryService } from '@goodgo/mcp-servers';
|
||||
import { SSEServerTransport, type McpRegistryService } from '@goodgo/mcp-servers';
|
||||
import {
|
||||
Controller,
|
||||
Get,
|
||||
|
||||
Reference in New Issue
Block a user