case summary component mock up #14
heat-stack.yml
on: pull_request
⬣ ESLint
35s
ʦ TypeScript
43s
⚡ Vitest pyodide.test.ts
56s
Annotations
9 errors and 10 warnings
ʦ TypeScript
Property 'weather' does not exist on type 'JsonifyObject<{ requestInfo: { origin: string; path: string; userPrefs: {}; }; ENV: { MODE: "production" | "development" | "test"; SENTRY_DSN: string | undefined; }; }>'.
|
ʦ TypeScript
Property 'weather' does not exist on type 'JsonifyObject<{ requestInfo: { origin: string; path: string; userPrefs: {}; }; ENV: { MODE: "production" | "development" | "test"; SENTRY_DSN: string | undefined; }; }>'.
|
ʦ TypeScript
Property 'weather' does not exist on type 'JsonifyObject<{ requestInfo: { origin: string; path: string; userPrefs: {}; }; ENV: { MODE: "production" | "development" | "test"; SENTRY_DSN: string | undefined; }; }>'.
|
ʦ TypeScript
Property 'userPrefs' does not exist on type 'JsonifyObject<{ path: string; origin: string; }>'.
|
ʦ TypeScript
Property 'hints' does not exist on type 'JsonifyObject<{ path: string; origin: string; }>'.
|
ʦ TypeScript
Property 'user' does not exist on type 'JsonifyObject<{ requestInfo: { origin: string; path: string; userPrefs: {}; }; ENV: { MODE: "production" | "development" | "test"; SENTRY_DSN: string | undefined; }; }>'.
|
ʦ TypeScript
Property 'user' does not exist on type 'JsonifyObject<{ requestInfo: { origin: string; path: string; userPrefs: {}; }; ENV: { MODE: "production" | "development" | "test"; SENTRY_DSN: string | undefined; }; }>'.
|
ʦ TypeScript
Property 'user' does not exist on type 'JsonifyObject<{ requestInfo: { origin: string; path: string; userPrefs: {}; }; ENV: { MODE: "production" | "development" | "test"; SENTRY_DSN: string | undefined; }; }>'.
|
ʦ TypeScript
Process completed with exit code 2.
|
⬣ ESLint:
heat-stack/app/components/WeatherExample.tsx#L1
All imports in the declaration are only used as types. Use `import type`
|
⬣ ESLint:
heat-stack/app/components/WeatherExample.tsx#L1
`#app/root.tsx` import should occur after import of `@remix-run/react`
|
⬣ ESLint:
heat-stack/app/components/WeatherExample.tsx#L2
'test' is defined but never used
|
⬣ ESLint:
heat-stack/app/components/WeatherExample.tsx#L3
'json' is defined but never used
|
⬣ ESLint:
heat-stack/app/components/ui/checkbox.tsx#L1
`react` import should occur after import of `lucide-react`
|
⬣ ESLint:
heat-stack/app/root.tsx#L4
`@remix-run/react` import should occur before import of `./styles/font.css`
|
⬣ ESLint:
heat-stack/app/root.tsx#L5
`./components/ui/icon.tsx` import should occur before import of `./styles/font.css`
|
⬣ ESLint:
heat-stack/app/root.tsx#L6
Import "DataFunctionArgs" is only used as types
|
⬣ ESLint:
heat-stack/app/root.tsx#L6
`@remix-run/node` import should occur before import of `./styles/font.css`
|
⬣ ESLint:
heat-stack/app/root.tsx#L8
`./components/CaseSummary.tsx` import should occur before import of `./styles/font.css`
|