Files
zellyy-finance/.taskmaster/tasks/task_002.txt
hansoo 6a208d6b06 feat: Set up Task Master AI project management system
- Initialize Task Master AI with configuration and PRD
- Create comprehensive project improvement plan (10 tasks)
- Set up MCP server integration for Claude Code
- Add custom slash commands and tool configurations
- Generate structured task breakdown for development phases:
  * Phase 1: TypeScript strict mode, code quality, security
  * Phase 2: Zustand, TanStack Query, testing setup
  * Phase 3: Performance optimization, automated deployment
  * Phase 4: Monitoring, bundle optimization

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-12 07:31:32 +09:00

12 lines
825 B
Plaintext

# Task ID: 2
# Title: 코드 품질 개선 및 린팅 설정
# Status: pending
# Dependencies: 1
# Priority: high
# Description: console.log 제거, 빌드 오류 수정, ESLint/Prettier 설정을 통해 코드 품질을 개선합니다.
# Details:
1. 프로젝트 전체에서 console.log 81개 제거 (production에서는 삭제, development에서는 logger 라이브러리 사용) 2. SupabaseToAppwriteMigration import 오류 수정 3. ESLint 규칙 강화 (@typescript-eslint/recommended, react-hooks/recommended 추가) 4. Prettier 설정 추가 (.prettierrc, .prettierignore 파일 생성) 5. pre-commit hook 설정으로 자동 포맷팅
# Test Strategy:
ESLint 오류 0개, Prettier 포맷팅 자동 적용 확인, 빌드 성공 확인, 불필요한 console.log가 production 빌드에 포함되지 않는지 검증