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
Enable useAwait and noFloatingPromises biome rules
- Adds `suspicious/useAwait` and `nursery/noFloatingPromises` as errors in biome.json for SDK-level async correctness.
- Removes redundant `async` modifiers from wrapper methods in ConfigClient and ConfigWatcher that delegated directly to Promise-returning helpers.
- Adds biome-ignore suppressions for `await using` IIFEs in tests (Biome does not recognise `await using` as an await expression).
Closes#66
0 commit comments