dgraham / eslint-plugin-jquery

Disallow jQuery functions with native equivalents.
MIT License
209 stars 22 forks source link

How about adding support for deprecated jQuery methods ? #4

Closed longtian closed 8 years ago

longtian commented 8 years ago

Recently, I was fixing bugs during migration jQuery to 3.x .

And I found that $(elem).size() has been deprecated and removed in 1.8

What if this plugin supports checking deprecated jQuery methods

@gibson042 @mgol

dgraham commented 8 years ago

A pull request that adds a rule for size, suggesting length instead, is welcome.