no-this-outside-of-class
UnreleasedConfiguration
rslint.config.ts
Rule Details
Disallow this outside of classes. this should only be used when JavaScript
class syntax or an explicit TypeScript this parameter defines the receiver.
Examples of incorrect code for this rule:
Examples of correct code for this rule: