After diving into the tslint rules here, it seems that although the typedef rule's call-signature
option might be close to what I need, it doesn't address the absence of a return type.
Is there a specific rule (if one exists) that can enforce return types on class methods? Any insights would be appreciated!