mirror of
https://github.com/johndoe6345789/docker-swarm-termina.git
synced 2026-04-24 13:45:01 +00:00
Fixed 48 linting errors and 10 warnings across the codebase: - Added .eslintignore to exclude CommonJS config files (jest.config.js, mock-backend.js, show-interactive-direct.js) - Updated eslint.config.mjs with proper ignores and relaxed rules for test files - Fixed all TypeScript 'any' types in lib/api.ts by adding proper interfaces: CommandResponse, ContainerActionResponse - Added Window interface extensions for _debugTerminal and __ENV__ properties - Removed unused imports (React, waitFor) - Removed unused variables in test files - Fixed unused error parameters in authSlice.ts catch blocks - Converted app/layout.tsx to use next/font/google for JetBrains Mono (proper Next.js App Router font optimization) Verified: - npm run lint: 0 errors, 0 warnings ✓ - npm test: 282/282 unit tests passing ✓ - npm run test:e2e: 11/11 e2e tests passing ✓ https://claude.ai/code/session_7d4f1b7d-7a0d-44db-b437-c76b6b61dfb2