Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 06 Apr 08:11

Minor Changes

  • c72c019: Add the no-buried-await plugin to disallow burying await inside parentheses. This catches patterns like return (await foo()) || "" and Boolean(await foo()) and encourages awaiting the value first before using it in a separate expression.