This repository was archived by the owner on Mar 9, 2026. It is now read-only.
Releases: betaorbust/shared-eslint
Releases · betaorbust/shared-eslint
Removing explicit TS returns
What's Changed
BREAKING:
- #10 removes
@typescript-eslint/explicit-function-return-typefrom 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
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
Patch release to
- Add ESLint >8.2.0 to peer deps
- Add missing @typescript-eslint/parser dependency
Dependency updates
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
BREAKING:
- Disabling
unicorn/prefer-node-protocoluntil it's more widely supported.
Let's make it official
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
Publishing some dependabot changes.