ilyavolodin / eslint-plugin-backbone

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

New: no-view-qualified-jquery rule (fixes #48) #49

Closed platinumazure closed 9 years ago

platinumazure commented 9 years ago

As discussed, this uses the heuristic of a .el or .$el property access to infer that a native $ call might be scoped to a view element.

Fixes #48.