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

Updates and migrations for SDK49 #101

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Migrate to ts import paths

d7f7a2e
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

Updates and migrations for SDK49 #101

Migrate to ts import paths
d7f7a2e
Select commit
Loading
Failed to load commit list.
GitHub Actions / eslint failed Jan 7, 2024 in 0s

reviewdog [eslint] report

reported by reviewdog 🐶

Findings (2)

src/components/projects/ProjectOverview.tsx|73 col 17| Delete ··
src/components/projects/ProjectOverview.tsx|87 col 1| Delete ··

Filtered Findings (3)

src/components/ImageList.tsx|16 col 8| 'Card' is defined but never used.
src/components/NavList.tsx|2 col 10| 'View' is defined but never used.
src/components/NavList.tsx|18 col 3| 'VStack' is defined but never used.

Annotations

Check failure on line 73 in src/components/projects/ProjectOverview.tsx

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] src/components/projects/ProjectOverview.tsx#L73 <prettier/prettier>(https://github.com/prettier/eslint-plugin-prettier#options)

Delete `··`
Raw output
{"ruleId":"prettier/prettier","severity":2,"message":"Delete `··`","line":73,"column":17,"nodeType":null,"messageId":"delete","endLine":73,"endColumn":19,"fix":{"range":[2185,2187],"text":""}}

Check failure on line 87 in src/components/projects/ProjectOverview.tsx

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] src/components/projects/ProjectOverview.tsx#L87 <prettier/prettier>(https://github.com/prettier/eslint-plugin-prettier#options)

Delete `··`
Raw output
{"ruleId":"prettier/prettier","severity":2,"message":"Delete `··`","line":87,"column":1,"nodeType":null,"messageId":"delete","endLine":87,"endColumn":3,"fix":{"range":[2731,2733],"text":""}}