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
Fixes linter failing by disabling @ts/await-thenable rule for mixed sync/async patterns
Turns off the problematic await-thenable ESLint rule to accommodate
common usage of Promise aggregation with mixed synchronous and
asynchronous values, preventing unnecessary code complexity.
Also removes outdated inline disables for to-string lint warnings.
(#4638, #4639)
0 commit comments