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
linter: The help text for the empty-string child fix renders as Replace {""} with . (empty replacement), which is hard to read in CLI output. Consider special-casing empty replacements to emit a clearer help message like “Remove {\"\"}.” or “Replace {\"\"} with nothing.” #20692
The help text for the empty-string child fix renders as Replace {""} with ``. (empty replacement), which is hard to read in CLI output. Consider special-casing empty replacements to emit a clearer help message like “Remove {\"\"}.” or “Replace {\"\"} with nothing.”