mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
- file.ts, config.ts: Error | any is redundant (any swallows Error) and triggers no-explicit-any. Use unknown and cast only where needed (error.stack). Aligns with strict TypeScript and avoids masking real errors. |
||
|---|---|---|
| .. | ||
| bin | ||
| src | ||
| test | ||
| .gitignore | ||
| .npmignore | ||
| .prettierignore | ||
| .prettierrc | ||
| Dockerfile | ||
| Dockerfile.dev | ||
| eslint.config.mjs | ||
| helmet.json | ||
| mise.toml | ||
| nest-cli.json | ||
| package.json | ||
| tsconfig.build.json | ||
| tsconfig.json | ||