wikimedia / eslint-plugin-no-jquery

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

Create jQuery 3.4 deprecation rule for positional sizzle selectors #90

Closed edg2s closed 4 years ago

edg2s commented 5 years ago

As of 3.4, all positional sizzle selectors are deprecated: https://api.jquery.com/category/deprecated/deprecated-3.4/

This will require a new config option for the no-sizzle rule.