James D. Callahan III
James D. Callahan III
Well, it _can_ be confusing to people switching between languages or are only used to languages where using ```this``` in a static context isn't allowed because it's reserved for class...
> * `class-reference-in-static-methods` That seems to be the best and most concise for what this has turned into. The original proposal would probably have been something like `no-static-this`.
This would be especially helpful for the "prevent-abbreviations" rule. At the moment, I can't use it with TypeScript because the fix removes the typings for function/method parameters which is disastrous...