Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Labs actions #29

Merged
merged 4 commits into from
Aug 19, 2024

Labs actions

583af7c
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Labs actions #29

Labs actions
583af7c
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint Report Analysis failed Aug 13, 2024 in 0s

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 of zod
    • From: [import/order]

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]

app/(dashboard)/patients/[id]/LabForm.tsx line 29

  • Start Line: 29
  • End Line: 29
  • Message: @radix-ui/react-dialog import should occur before import of zod
    • From: [import/order]

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]

Annotations

Check warning on line 28 in app/(dashboard)/patients/[id]/LabForm.tsx

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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`