ilyavolodin / eslint-plugin-backbone

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

Rule to not set this.el or this.$el manually #12

Closed davetodd closed 10 years ago

davetodd commented 10 years ago

In a view, setElement() should always be used instead of doing this.el = or this.$el =