ilyavolodin / eslint-plugin-backbone

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

Rule to require events to be on top #6

Closed ilyavolodin closed 10 years ago

ilyavolodin commented 10 years ago

In Views, events should be declared on top of the view.

Rule name should be events-on-top