ilyavolodin / eslint-plugin-backbone

Backbone specific linting rules for ESLint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rule to check that if overloading Backbone native methods, base is always called.

ilyavolodin opened this issue · comments

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.

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.