guidly/bot
laruevin c61e6ad9cd fix: resolve all 32 ESLint errors across codebase
- Replace `any` types with proper interfaces (QuestDetailResponse, etc.)
- Remove unused imports (createUser, findUserByTelegramId, updatePointContent)
- Use `unknown` in catch blocks with instanceof narrowing
- Type Express handlers with Request/Response/NextFunction
- Add argsIgnorePattern for underscore-prefixed params in ESLint config

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 12:27:42 +07:00
..
conversations fix: resolve all 32 ESLint errors across codebase 2026-02-11 12:27:42 +07:00
i18n Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00
prompts Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00
services fix: resolve all 32 ESLint errors across codebase 2026-02-11 12:27:42 +07:00
bot.ts fix: resolve all 32 ESLint errors across codebase 2026-02-11 12:27:42 +07:00
index.ts Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00
types.ts Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00