Files
Reactive-Resume/apps/server
Amruth Pillai 0053d696ff Update ESLint configuration and schemas to use Zod library
- Changed ESLint configuration to target TypeScript files and added parser options for better integration.
- Updated various schemas across the application to replace `nestjs-zod/z` imports with `zod` for consistency.
- Refactored password validation in authentication schemas to use `z.string()` instead of `z.password()`.
- Enhanced date handling in user and resume schemas by introducing a new `dateSchema` utility.
- Updated `.ncurc.json` to target minor upgrades for dependencies.
2025-01-12 17:34:45 +01:00
..
2024-05-07 12:02:39 +02:00
2024-05-05 14:55:06 +02:00
2024-01-19 10:04:23 +01:00
2024-05-05 14:55:06 +02:00
2024-03-10 10:35:23 +01:00