Skip to content

chore(config): installs stable release @kurocado-studio/styleguide #1

chore(config): installs stable release @kurocado-studio/styleguide

chore(config): installs stable release @kurocado-studio/styleguide #1

Triggered via pull request October 27, 2024 09:35
@csantiago132csantiago132
synchronize #1
alpha
Status Failure
Total duration 33s
Artifacts

ci.yml

on: pull_request
lint  /  code-quality
19s
lint / code-quality
test  /  test
test / test
document  /  preflight
document / preflight
document  /  document
document / document
release  /  release
release / release
Deploy app
0s
Deploy app
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint / code-quality: app/entry.client.tsx#L1
Filename is not in pascal case. Rename it to `Entry.Client.tsx`
lint / code-quality: app/entry.client.tsx#L6
Replace `⏎import·{·RemixBrowser·}·from·"@remix-run/react"` with `import·{·RemixBrowser·}·from·'@remix-run/react'`
lint / code-quality: app/entry.client.tsx#L8
Replace `startTransition,·StrictMode·}·from·"react"` with `StrictMode,·startTransition·}·from·'react'`
lint / code-quality: app/entry.client.tsx#L9
Replace `"react-dom/client"` with `'react-dom/client'`
lint / code-quality: app/entry.client.tsx#L11
Unsafe call of an `error` type typed value
lint / code-quality: app/entry.client.tsx#L12
Unsafe call of an `error` type typed value
lint / code-quality: app/entry.server.tsx#L1
Filename is not in pascal case. Rename it to `Entry.Server.tsx`
lint / code-quality: app/entry.server.tsx#L6
Replace `⏎import·{·PassThrough·}·from·"node:stream";⏎⏎import·type·{·AppLoadContext,·EntryContext·}·from·"@remix-run/node"` with `import·type·{·AppLoadContext,·EntryContext·}·from·'@remix-run/node'`
lint / code-quality: app/entry.server.tsx#L7
There should be no empty line within import group
lint / code-quality: app/entry.server.tsx#L7
`node:stream` import should occur after import of `isbot`