no-this-assignment
UnreleasedConfiguration
rslint.config.ts
Rule Details
Disallow assigning this directly to a variable. Use this directly, an arrow
function, or Function#bind() instead.
Examples of incorrect code for this rule:
Examples of correct code for this rule: