[TS migration] Migrate 'MoneyReportHeader.js' component to TypeScript #55775
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.
|