Skip to content

[TS migration] Migrate 'MoneyReportHeader.js' component to TypeScript #55775

[TS migration] Migrate 'MoneyReportHeader.js' component to TypeScript

[TS migration] Migrate 'MoneyReportHeader.js' component to TypeScript #55775

Triggered via pull request December 25, 2023 22:11
Status Failure
Total duration 2m 31s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
lint: src/components/MoneyReportHeader.tsx#L4
'underscore' import is restricted from being used. Please use the corresponding method from lodash instead
lint: src/components/MoneyReportHeader.tsx#L59
Consider using the native Array.prototype.includes()
lint: src/components/MoneyReportHeader.tsx#L90
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
lint
Process completed with exit code 1.