fix: resolve all ESLint errors across API and web packages
Fix 19+ lint errors: unused imports (Phone, DuplicateCandidate, listingDetailsSchema), import ordering violations, consistent-type-imports, and constant binary expression in test file. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Phone } from '../../domain/value-objects/phone.vo';
|
||||
import { UserEntity } from '../../domain/entities/user.entity';
|
||||
import { HashedPassword } from '../../domain/value-objects/hashed-password.vo';
|
||||
import { type IUserRepository } from '../../domain/repositories/user.repository';
|
||||
import { type HashedPassword } from '../../domain/value-objects/hashed-password.vo';
|
||||
import { Phone } from '../../domain/value-objects/phone.vo';
|
||||
import { RefreshTokenCommand } from '../commands/refresh-token/refresh-token.command';
|
||||
import { RefreshTokenHandler } from '../commands/refresh-token/refresh-token.handler';
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { type IUserRepository } from '../../domain/repositories/user.repository';
|
||||
import { Phone } from '../../domain/value-objects/phone.vo';
|
||||
import { RegisterUserCommand } from '../commands/register-user/register-user.command';
|
||||
import { RegisterUserHandler } from '../commands/register-user/register-user.handler';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user