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
We currently ignore unused vars with _ prefix, mainly as a workaround for deleting extra properties in ...rest destructuring. However #1705 is a proper fix for this, so I think we should remove the _ rule in the next major bump. This would fix #1387.