fix(#80): unify cost computation — single source of truth #83
Annotations
10 warnings
|
Lint:
src/renderer/components/report/ReportSection.tsx#L58
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint:
src/renderer/components/report/ReportSection.tsx#L27
Missing return type on function
|
|
Lint:
src/renderer/components/report/ReportSection.tsx#L20
Missing return type on function
|
|
Lint:
src/renderer/components/report/ReportSection.tsx#L20
Missing return type on function
|
|
Lint:
src/renderer/components/report/ReportSection.tsx#L17
Parameter name `Icon` must match one of the following formats: camelCase
|
|
Lint:
src/renderer/components/report/ReportSection.tsx#L5
Missing return type on function
|
|
Lint:
src/renderer/components/report/ReportSection.tsx#L5
Missing return type on function
|
|
Lint:
src/renderer/components/report/AssessmentBadge.tsx#L52
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element
|
|
Lint:
src/renderer/components/report/AssessmentBadge.tsx#L17
Missing return type on function
|
|
Lint:
src/renderer/components/report/AssessmentBadge.tsx#L17
Missing return type on function
|
Loading