chore(config): installs stable release @kurocado-studio/styleguide #1
ci.yml
on: pull_request
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`
|