ilyavolodin / eslint-plugin-backbone

Backbone specific linting rules for ESLint
MIT License
95 stars 11 forks source link

Fixing edge case with nested models or collections #1

Closed ilyavolodin closed 10 years ago

ilyavolodin commented 10 years ago

This should fix a problem with mentioning Backbone.Model anywhere inside Backbone.Model.extend. It should also correctly track issues with nesting Backbone.Model/Collection/View declarations.