Skip to content

v21.0.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 22:33
· 19 commits to main since this release
2ce9ba7

21.0.0 (2026-07-21)

Features

  • eslint: require explicit return types at module boundaries (2ce9ba7)

BREAKING CHANGES

  • eslint: consumers of the typescript, typescript-node, and
    typescript-react presets will see new lint warnings on exported
    functions/arrow functions that lack an explicit return type.