wikimedia / eslint-plugin-no-jquery

Control allowance of certain jQuery functions, and suggest or autofix alternatives.
MIT License
31 stars 8 forks source link

Fix the detection of jQuery collection calls for non-fluent APIs #104

Closed stof closed 5 years ago

stof commented 5 years ago

When a method returns an Array or a string rather than a jQuery collection, further method calls on it should not be considered as calls to a jQuery collection method. Fixes #96