Telegram Bot + Mini App for city walking quests
Go to file
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
api Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00
bot fix: resolve all 32 ESLint errors across codebase 2026-02-11 12:27:42 +07:00
db/migrations Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00
deploy Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00
scripts fix: resolve all 32 ESLint errors across codebase 2026-02-11 12:27:42 +07:00
server fix: resolve all 32 ESLint errors across codebase 2026-02-11 12:27:42 +07:00
src fix: resolve all 32 ESLint errors across codebase 2026-02-11 12:27:42 +07:00
.env.example chore: add header comment to .env.example 2026-02-11 12:08:32 +07:00
.gitignore Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00
.gitlab-ci.yml ci: switch to shell executor for GitLab Runner 2026-02-11 12:17:58 +07:00
ecosystem.config.cjs Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00
eslint.config.js fix: resolve all 32 ESLint errors across codebase 2026-02-11 12:27:42 +07:00
index.html Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00
package-lock.json Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00
package.json Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00
tsconfig.bot.json Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00
tsconfig.json Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00
tsconfig.server.json Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00
vite.config.ts Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00