feat: 유저 로그인 및 인증 구현 (테스트 문제 있음) #18
Annotations
2 errors and 5 warnings
Run Lint:
server/src/app.module.ts#L6
Replace `'./auth/auth.module'` with `"./auth/auth.module"`
|
Run Lint
Process completed with exit code 1.
|
Run Lint:
client/src/types/markdown.ts#L17
Unexpected any. Specify a different type
|
Run Lint:
client/src/utils/linkedLIstBlock.ts#L94
Unexpected any. Specify a different type
|
Run Lint:
server/src/app.module.spec.ts#L16
'module' is assigned a value but never used. Allowed unused vars must match /^(js|Injectable|Controller|Get|Post|Put|Delete|Patch|Options|Head|All)$/u
|
Run Lint:
server/src/auth/auth.service.spec.ts#L19
Unexpected any. Specify a different type
|
Run Lint:
server/src/auth/jwt.strategy.ts#L15
Unexpected any. Specify a different type
|
Loading