Skip to content

Incorporate new Epic-Stack template updates like Remix v2.3.1 (#117) #24

Incorporate new Epic-Stack template updates like Remix v2.3.1 (#117)

Incorporate new Epic-Stack template updates like Remix v2.3.1 (#117) #24

Triggered via push December 6, 2023 01:44
Status Success
Total duration 3m 19s
Artifacts

heat-stack.yml

on: push
⬣ ESLint
44s
⬣ ESLint
ʦ TypeScript
43s
ʦ TypeScript
⚡ Vitest pyodide.test.ts
3m 10s
⚡ Vitest pyodide.test.ts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
⬣ 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#L2
`./styles/font.css` import should occur after import of `./components/WeatherExample.tsx`
⬣ ESLint: heat-stack/app/root.tsx#L3
`./styles/tailwind.css` import should occur after import of `./components/WeatherExample.tsx`
⬣ ESLint: heat-stack/app/root.tsx#L4
`@remix-run/react` import should occur after import of `@remix-run/node`
⬣ ESLint: heat-stack/app/root.tsx#L5
`./components/ui/icon.tsx` import should occur after import of `./components/CaseSummary.tsx`
⬣ ESLint: heat-stack/app/root.tsx#L6
Imports "DataFunctionArgs" and "HeadersFunction" are only used as types