Improve search index quality and localized metadata #94
Annotations
11 warnings
|
Lint and build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint and build:
hooks/use-toast.ts#L18
'actionTypes' is assigned a value but only used as a type
|
|
Lint and build:
components/ui/use-toast.ts#L18
'actionTypes' is assigned a value but only used as a type
|
|
Lint and build:
components/skill-submit-form.tsx#L158
Unexpected any. Specify a different type
|
|
Lint and build:
components/skill-submit-form.tsx#L99
'err' is defined but never used
|
|
Lint and build:
app/x/skills/[slug]/page.tsx#L140
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
|
Lint and build:
app/auth/sign-up/page.tsx#L59
`'` can be escaped with `'`, `‘`, `'`, `’`
|
|
Lint and build:
app/api/skills/submit/route.ts#L312
Unexpected any. Specify a different type
|
|
Lint and build:
app/api/skills/submit/route.ts#L289
Unexpected any. Specify a different type
|
|
Lint and build:
app/api/indexer/run/route.ts#L172
Unexpected any. Specify a different type
|
|
Lint and build:
app/activity/page.tsx#L26
'error' is defined but never used
|