Prelim for T2088
Cashtab devs will see linting errors in their IDE for all test files as the correct dev dependency for the jest types used is not installed. This diff corrects the issue.
Differential D10770
[Cashtab] Add correct dev dependency for ESlint types in jest bytesofman on Jan 6 2022, 10:49. Authored by Tags None Subscribers None
Details
Prelim for T2088 Cashtab devs will see linting errors in their IDE for all test files as the correct dev dependency for the jest types used is not installed. This diff corrects the issue.
Diff Detail
Event TimelineComment Actions There is no point linting all the files every time, you only need to lint the ones you edited. I don't think this approach makes sense. |