Rule to check that if overloading Backbone native methods, base is always called.
ilyavolodin opened this issue · comments
Ilya Volodin commented
This rule should check that if native Backbone methods are overloaded (like constructor
, add
, remove
, etc.) base method is always called.
The rule name should be no-overload-without-base
.
Ilya Volodin commented
Base can be called in a lot of different ways... Closing this for now. Might reopen it later if I will settle on a single way of checking this.