fix lint issues #7
ci.yml
on: push
🔍 Detect changes
4s
⬣ ESLint
19s
ʦ TypeScript
22s
🧪 Tests
32s
🔬 E2E Tests
2m 37s
🏗️ Build
34s
🐯 Deploy NestJS App
0s
💿 Deploy Remix App
0s
📜 Deploy Docs
0s
Annotations
8 errors
⬣ ESLint:
apps/remix/app/root.tsx#L11
Unable to resolve path to module '@repo/ui/styles.css'
|
⬣ ESLint:
apps/remix/app/routes/_index.tsx#L3
Unable to resolve path to module '@repo/ui'
|
⬣ ESLint:
apps/remix/app/routes/_index.tsx#L4
Unable to resolve path to module '@repo/ui/components/card'
|
⬣ ESLint
Process completed with exit code 1.
|
ʦ TypeScript:
apps/docs/stories/button.stories.tsx#L1
Cannot find module '@repo/ui' or its corresponding type declarations.
|
ʦ TypeScript:
apps/remix/app/routes/_index.tsx#L3
Cannot find module '@repo/ui' or its corresponding type declarations.
|
ʦ TypeScript:
apps/remix/app/routes/_index.tsx#L4
Cannot find module '@repo/ui/components/card' or its corresponding type declarations.
|
ʦ TypeScript
Process completed with exit code 1.
|