You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* revert some no-jquery/no-extend autofixes
Upstream, they caught a bug in the autofix algorithm. Basically, you should only change $.extend() to Object.assign() if you're sure the first argument isn't null or undefined. Else it will throw.
This patch changes a couple back to $.extend, out of an abundance of caution.
wikimedia/eslint-plugin-no-jquery@35d4489
Partial revert of #2079
* instead of reverting, add `|| {}`
0 commit comments