Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readonly-type Is triggered by empty object #796

Closed
RebeccaStevens opened this issue Mar 28, 2024 · 1 comment
Closed

readonly-type Is triggered by empty object #796

RebeccaStevens opened this issue Mar 28, 2024 · 1 comment
Labels
Status: Released It's now live. Type: Bug Inconsistencies or issues which will cause a problem for users or implementors.

Comments

@RebeccaStevens
Copy link
Collaborator

{} // Readonly type using 'readonly' keyword is forbidden. Use 'Readonly<T>' instead
@RebeccaStevens RebeccaStevens added Type: Bug Inconsistencies or issues which will cause a problem for users or implementors. Status: Triage This issue needs to be triaged. and removed Status: Triage This issue needs to be triaged. labels Mar 28, 2024
github-actions bot pushed a commit that referenced this issue Apr 1, 2024
## [6.3.2](v6.3.1...v6.3.2) (2024-04-01)

### Bug Fixes

* **readonly-type:** empty object types should not trigger reports ([fc6a394](fc6a394)), closes [#796](#796)
Copy link

github-actions bot commented Apr 1, 2024

🎉 This issue has been resolved in version 6.3.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot added the Status: Released It's now live. label Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Released It's now live. Type: Bug Inconsistencies or issues which will cause a problem for users or implementors.
Projects
None yet
Development

No branches or pull requests

1 participant