biome-plugins: v0.7.0
Minor Changes
- c72c019: Add the
no-buried-awaitplugin to disallow buryingawaitinside parentheses. This catches patterns likereturn (await foo()) || ""andBoolean(await foo())and encourages awaiting the value first before using it in a separate expression.