ilyavolodin / eslint-plugin-backbone

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

no-native-jquery should be smarter #33

Closed ilyavolodin closed 9 years ago

ilyavolodin commented 10 years ago

no-native-jquery should have options to cache all usages of jQuery, or only usages with selector. jQuery can be used for a lot of other useful things that don't really go against the scope of a view, like wrapping element inside event handler.