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
Fix: no-param-reassign false positive on destructuring (fixes#8279) (#8281)
* Fix: no-param-reassign false positive on destructuring (fixes#8279)
This updates no-param-reassign to stop traversing up the AST if it encounters a Property node where the variable reference is part of the key.
* Add test for object shorthand destructuring
0 commit comments