ilyavolodin / eslint-plugin-backbone

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

Rule to not allow access to model's attributes inside views #15

Closed ilyavolodin closed 10 years ago

ilyavolodin commented 10 years ago

This rule should prevent accessing this.model.attributes inside the view. Rule's name should be no-view-model-attributes