Skip to content

feat(shared): apply vertical slice architecture to shared #33

feat(shared): apply vertical slice architecture to shared

feat(shared): apply vertical slice architecture to shared #33

Triggered via pull request September 25, 2024 08:04
Status Failure
Total duration 26s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint: src/posts/data/repositories/posts-repository.ts#L3
Cannot find module '@/src/shared/application/ioc/__generated__/types' or its corresponding type declarations.
Lint: src/posts/domain/use-cases/create-post-use-case.ts#L4
Cannot find module '@/src/shared/application/ioc/__generated__/types' or its corresponding type declarations.
Lint: src/posts/domain/use-cases/get-posts-use-case.ts#L3
Cannot find module '@/src/shared/application/ioc/__generated__/types' or its corresponding type declarations.
Lint: src/posts/presentation/pages/create-post/create-post.tsx#L5
Cannot find module '@/src/shared/application/ioc/__generated__/types' or its corresponding type declarations.
Lint: src/posts/presentation/pages/create-post/create-post.tsx#L10
Cannot find module '@/src/shared/application/ioc/__generated__' or its corresponding type declarations.
Lint: src/posts/presentation/pages/create-post/create-post.tsx#L25
Parameter 'post' implicitly has an 'any' type.
Lint: src/posts/presentation/pages/posts/posts.tsx#L3
Cannot find module '@/src/shared/application/ioc/__generated__' or its corresponding type declarations.
Lint: src/posts/presentation/pages/posts/posts.tsx#L6
Cannot find module '@/src/shared/application/ioc/__generated__/types' or its corresponding type declarations.
Lint: src/shared/data/services/rest-service.ts#L4
Cannot find module '@/src/shared/application/ioc/__generated__/types' or its corresponding type declarations.
Lint: src/users/data/repositories/users-repository.ts#L1
Cannot find module '@/src/shared/application/ioc/__generated__/types' or its corresponding type declarations.