Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Removing explicit TS returns

Latest

Choose a tag to compare

@betaorbust betaorbust released this 18 Apr 06:51
· 2 commits to release since this release

What's Changed

BREAKING:

  • #10 removes @typescript-eslint/explicit-function-return-type from typescript files because universal explicit returns can mask issues and makes maintenance harder. Marking as a Major because it diverges from the previous behavior.

Full Changelog: v6.0.0...v7.0.0