Closed longtian closed 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
$(elem).size()
What if this plugin supports checking deprecated jQuery methods
@gibson042 @mgol
A pull request that adds a rule for size, suggesting length instead, is welcome.
size
length
Recently, I was fixing bugs during migration jQuery to 3.x .
And I found that
$(elem).size()
has been deprecated and removed in 1.8What if this plugin supports checking deprecated jQuery methods
@gibson042 @mgol