feat: add ESLint flat config, Prettier, dependency-cruiser, and Husky
Setup code quality tooling for the monorepo: - ESLint 9 flat config with TypeScript, import ordering, and NestJS rules - Prettier with consistent formatting across all files - dependency-cruiser enforcing module boundary rules (no cross-module internals, no circular deps) - Husky + lint-staged for pre-commit hooks - Auto-fixed existing files for type imports and import ordering Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -20,12 +20,12 @@ docker compose ps
|
||||
|
||||
## Services
|
||||
|
||||
| Service | Port(s) | Description | Dashboard/UI |
|
||||
| ---------- | ------------ | ------------------------------ | ------------------------------- |
|
||||
| PostgreSQL | 5432 | Database with PostGIS | — |
|
||||
| Redis | 6379 | Cache, sessions, queue | — |
|
||||
| Typesense | 8108 | Full-text search engine | http://localhost:8108/health |
|
||||
| MinIO | 9000 / 9001 | S3-compatible object storage | http://localhost:9001 (console) |
|
||||
| Service | Port(s) | Description | Dashboard/UI |
|
||||
| ---------- | ----------- | ---------------------------- | ------------------------------- |
|
||||
| PostgreSQL | 5432 | Database with PostGIS | — |
|
||||
| Redis | 6379 | Cache, sessions, queue | — |
|
||||
| Typesense | 8108 | Full-text search engine | http://localhost:8108/health |
|
||||
| MinIO | 9000 / 9001 | S3-compatible object storage | http://localhost:9001 (console) |
|
||||
|
||||
## Common Commands
|
||||
|
||||
|
||||
Reference in New Issue
Block a user