Pattern: Unnecessary this
assignment
Issue: -
Disallows unnecessary references to this
.
Rationale: Assigning a variable to this
instead of properly using arrow lambdas may be a symptom of pre-ES6 practices or not managing scope well.
Pattern: Unnecessary this
assignment
Issue: -
Disallows unnecessary references to this
.
Rationale: Assigning a variable to this
instead of properly using arrow lambdas may be a symptom of pre-ES6 practices or not managing scope well.