Fix tsconfig.json and Lint errors #465
Annotations
9 warnings
🔬 Lint:
heat-stack/app/components/ui/heat/CaseSummaryComponents/Graphs/HeatLoad.tsx#L13
All imports in the declaration are only used as types. Use `import type`
|
🔬 Lint:
heat-stack/app/components/ui/heat/CaseSummaryComponents/Graphs/HeatLoad.tsx#L16
`../constants.ts` import should occur before import of `../HeatLoadGrid.tsx`
|
🔬 Lint:
heat-stack/app/components/ui/heat/CaseSummaryComponents/Graphs/HeatLoad.tsx#L25
`../utility/build-heat-load-graph-data.ts` import should occur before import of `../utility/heat-load-calculations.ts`
|
🔬 Lint:
heat-stack/app/components/ui/heat/CaseSummaryComponents/Graphs/HeatLoad.tsx#L27
`./HeatLoadGraphLegend.tsx` import should occur before import of `./HeatLoadGraphToolTip.tsx`
|
🔬 Lint:
heat-stack/app/components/ui/heat/CaseSummaryComponents/Graphs/HeatLoad.tsx#L28
`../../../../../global_constants.ts` import should occur before import of `../../../icon.tsx`
|
🔬 Lint:
heat-stack/app/components/ui/heat/CaseSummaryComponents/Graphs/HeatLoad.tsx#L64
React Hook useMemo has missing dependencies: 'maxTemperature' and 'minTemperature'. Either include them or remove the dependency array
|
🔬 Lint:
heat-stack/app/components/ui/heat/CaseSummaryComponents/utility/build-heat-load-graph-data.ts#L1
All imports in the declaration are only used as types. Use `import type`
|
🔬 Lint:
heat-stack/app/components/ui/heat/CaseSummaryComponents/utility/heat-load-calculations.ts#L1
All imports in the declaration are only used as types. Use `import type`
|
🔬 Lint:
heat-stack/app/routes/_heat+/single.tsx#L61
`react` import should occur before import of `zod`
|
Loading