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
perf(linter/plugins): speed up SourceCode#getAncestors (#14747)
Optimize `SourceCode#getAncestors`:
* Remove temp var `ancestor`.
* Reduce code repetition.
* Check for end of loop with `=== null` (instead of truthiness test).
0 commit comments