Labs actions #29
Labs actions #29
ESLint Report Analysis
0 ESLint error(s) and 4 ESLint warning(s) found
Details
4 Warning(s):
app/(dashboard)/patients/[id]/LabForm.tsx
line 28
- Start Line:
28
- End Line:
28
- Message:
react
import should occur before import ofzod
- From: [
import/order
]
- From: [
app/(dashboard)/patients/[id]/LabForm.tsx
line 28
- Start Line:
28
- End Line:
28
- Message: All imports in the declaration are only used as types. Use
import type
.- From: [
@typescript-eslint/consistent-type-imports
]
- From: [
app/(dashboard)/patients/[id]/LabForm.tsx
line 29
- Start Line:
29
- End Line:
29
- Message:
@radix-ui/react-dialog
import should occur before import ofzod
- From: [
import/order
]
- From: [
app/(dashboard)/patients/[id]/LabForm.tsx
line 30
- Start Line:
30
- End Line:
34
- Message:
@/packages/design-system/src/components/Dialog
import should occur before import of@/packages/design-system/src/components/Input
- From: [
import/order
]
- From: [
Annotations
Check warning on line 28 in app/(dashboard)/patients/[id]/LabForm.tsx
github-actions / ESLint Report Analysis
app/(dashboard)/patients/[id]/LabForm.tsx#L28
[import/order] `react` import should occur before import of `zod`
Check warning on line 28 in app/(dashboard)/patients/[id]/LabForm.tsx
github-actions / ESLint Report Analysis
app/(dashboard)/patients/[id]/LabForm.tsx#L28
[@typescript-eslint/consistent-type-imports] All imports in the declaration are only used as types. Use `import type`.
Check warning on line 29 in app/(dashboard)/patients/[id]/LabForm.tsx
github-actions / ESLint Report Analysis
app/(dashboard)/patients/[id]/LabForm.tsx#L29
[import/order] `@radix-ui/react-dialog` import should occur before import of `zod`
Check warning on line 34 in app/(dashboard)/patients/[id]/LabForm.tsx
github-actions / ESLint Report Analysis
app/(dashboard)/patients/[id]/LabForm.tsx#L30-L34
[import/order] `@/packages/design-system/src/components/Dialog` import should occur before import of `@/packages/design-system/src/components/Input`