ilyavolodin / eslint-plugin-backbone

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

Do not warn of native jQuery usage on DOM creation mode #55

Closed Tol1 closed 8 years ago

Tol1 commented 8 years ago

Checks if jQuery argument matches "<...>", and thus is not a selector, i.e. permits $('<div>Hello</div>').appendTo(..) (Propably) Fixes #46 , even though not sure because of poorly formatted issue...

ilyavolodin commented 8 years ago

I'm really sorry, I somehow completely missed this PR. Github decided not to send me an email about it, and it didn't show up in my tracker. Thanks!