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

Releases: betaorbust/shared-eslint

Removing explicit TS returns

18 Apr 06:51

Choose a tag to compare

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

Dependency and Rule Updates H12024

18 Apr 06:35

Choose a tag to compare

What's Changed

  • The eslint and prettier rules have been updated to the latest versions.
  • ESLint peer version bumped to >8.49.0
  • Many new rules added.

Full Changelog: v5.0.0...v6.0.0

ESLint 8 Peer Dependency and missing @typescript-eslint/parser

16 Feb 07:00

Choose a tag to compare

Patch release to

  • Add ESLint >8.2.0 to peer deps
  • Add missing @typescript-eslint/parser dependency

Dependency updates

16 Feb 06:40

Choose a tag to compare

This major version updates the following plugins and configs to their current tip versions.

BREAKING CHANGES

  • eslint-plugin-jest@26.1.1
  • eslint-plugin-promise@6.0.0
  • eslint-plugin-unicorn@40.1.0

Minor/Patch Updates

  • eslint-plugin-react@7.28.0
  • eslint-config-airbnb@19.0.4
  • eslint-plugin-import@2.25.4
  • @typescript-eslint/eslint-plugin@5.12.0
  • eslint-config-airbnb-typescript@16.1.0

Rule updates

15 Jun 20:25

Choose a tag to compare

BREAKING:

  • Disabling unicorn/prefer-node-protocol until it's more widely supported.

Let's make it official

14 Jun 19:14

Choose a tag to compare

Things are up and running, so might as well cut a real v1.

Any rule changes in the future will trigger additional major version revs.

Security updates

11 Jun 19:06

Choose a tag to compare

Publishing some dependabot changes.