- eslint.config.mjs: ESLint 9 flat config with per-layer no-restricted-imports rules - Domain: no outward deps; Infrastructure: domain only; Application: domain+infra; Store: domain only; Presentation: no direct infra access - Fix no-explicit-any in use-upload.ts (use unknown + type assertion) - Add lint:boundaries npm script for CI enforcement Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| nginx | ||
| public | ||
| src | ||
| .dockerignore | ||
| .env.development | ||
| .env.production | ||
| .gitignore | ||
| DEPLOY.md | ||
| Dockerfile | ||
| deploy.sh | ||
| docker-compose.yml | ||
| eslint.config.mjs | ||
| next.config.ts | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||