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: apply prettier formatting for bumped prettier version
The prettier bump in this PR (^3.8.1) changed how union types are
line-wrapped (leading pipe style), causing 'npm run format:check' to
fail in CI. Ran 'prettier --write' to bring these files in line with
the new formatting rules; no semantic changes.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments