progre/tslint-config-airbnb

Change no-var-self to TSLint's no-this-assignment

matmalkowski opened this issue · 0 comments

The no-var-self rule from https://github.com/Microsoft/tslint-microsoft-contrib is marked as obsolete. Should we change the rules to use no-this-assignment instead as comment on microsoft repo suggests?

Deprecated - This rule can be replaced with TSLint's no-this-assignment.