ilyavolodin / eslint-plugin-backbone

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

no-native-jquery false positives #46

Closed texclayton closed 8 years ago

texclayton commented 9 years ago

The no-native-jquery rule flags $("

"). A simple regex test of the string could determine if it's a selector.