src/modules/core/date/timeDifference.ts
Avoid too many return
statements within this function. Wontfix
Wontfix
return 'approximately ' + Math.floor(elapsed / msPerYear) + ' years ago';
Avoid too many return
statements within this function. Wontfix
Wontfix
return 'approximately ' + Math.floor(elapsed / msPerMonth) + ' months ago';