dgraham / eslint-plugin-jquery

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

add no-when rule #8

Closed alunny closed 7 years ago

alunny commented 7 years ago

This is useful in combination with no-deferred, as $.when is used in place of Promise.all.

https://api.jquery.com/jquery.when/