Rebuild with astro #3625
ci.yml
on: pull_request
deploy
/
deploy
36s
Matrix: lint / lint
Annotations
13 errors
lint / lint (prettier)
Process completed with exit code 1.
|
lint / lint (eslint)
Process completed with exit code 2.
|
deploy / deploy
Process completed with exit code 1.
|
lint / lint (tsc):
src/components/avatar.tsx#L2
Cannot find module '../assets/avatar.jpg' or its corresponding type declarations.
|
lint / lint (tsc):
src/components/blockquote.tsx#L2
'AcceptsChildren' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
|
lint / lint (tsc):
src/components/kbd.tsx#L1
'AcceptsChildren' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
|
lint / lint (tsc):
src/content.config.ts#L1
Cannot find module 'astro:content' or its corresponding type declarations.
|
lint / lint (tsc):
src/pages/blog.tsx#L2
'Page' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
|
lint / lint (tsc):
src/pages/blog.tsx#L5
Cannot find module '../components/layout' or its corresponding type declarations.
|
lint / lint (tsc):
src/pages/blog.tsx#L6
Cannot find module '../components/post' or its corresponding type declarations.
|
lint / lint (tsc):
src/pages/blog.tsx#L7
Cannot find module '../components/posts' or its corresponding type declarations.
|
lint / lint (tsc):
src/pages/blog.tsx#L9
Cannot find module '../components/seo' or its corresponding type declarations.
|
lint / lint (tsc):
src/pages/tils.tsx#L2
'Page' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
|