Feat frontend api refactor #45
Annotations
6 errors and 11 warnings
autofix:
.eslintrc.js#L1
'module' is not defined
|
autofix:
frontend/src/components/ui/input.tsx#L5
An interface declaring no members is equivalent to its supertype
|
autofix:
frontend/src/components/ui/textarea.tsx#L5
An interface declaring no members is equivalent to its supertype
|
autofix:
frontend/tailwind.config.ts#L77
A `require()` style import is forbidden
|
autofix
Process completed with exit code 1.
|
autofix
Process completed with exit code 1.
|
autofix
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
autofix:
backend/src/app.module.ts#L8
'User' is defined but never used. Allowed unused vars must match /^_/u
|
autofix:
backend/src/app.module.ts#L12
'ConfigService' is defined but never used. Allowed unused vars must match /^_/u
|
autofix:
backend/src/app.module.ts#L13
'JwtModule' is defined but never used. Allowed unused vars must match /^_/u
|
autofix:
backend/src/app.module.ts#L14
'JwtCacheService' is defined but never used. Allowed unused vars must match /^_/u
|
autofix:
backend/src/auth/auth.service.ts#L80
Unexpected console statement
|
autofix:
backend/src/auth/auth.service.ts#L88
'error' is defined but never used
|
autofix:
backend/src/auth/auth.spec.ts#L34
'userRepository' is assigned a value but never used. Allowed unused vars must match /^_/u
|
autofix:
backend/src/auth/auth.spec.ts#L35
'jwtService' is assigned a value but never used. Allowed unused vars must match /^_/u
|
autofix:
backend/src/auth/auth.spec.ts#L36
'configService' is assigned a value but never used. Allowed unused vars must match /^_/u
|
autofix:
backend/src/auth/dto/check-token.input.ts#L2
'OutputTypeFactory' is defined but never used. Allowed unused vars must match /^_/u
|