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

feat: enable exactOptioanlPropertyTypes option #30

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

oscard0m
Copy link
Member

BREAKING CHANGE: Required, but potentially undefined does not have the same intent as optional. This
rule will enforce us to be explicit in our type declarations and how we expect octokit APIs should
be used.

fix #29

BREAKING CHANGE: Required, but potentially undefined does not have the same intent as optional. This
rule will enforce us to be explicit in our type declarations and how we expect octokit APIs should
be used.

fix #29
@oscard0m oscard0m requested a review from wolfy1339 September 24, 2024 17:12
@wolfy1339 wolfy1339 merged commit 1dc9e40 into main Sep 24, 2024
4 checks passed
@wolfy1339 wolfy1339 deleted the add-exactOptionalPropertyTypes-option branch September 24, 2024 17:15
Copy link

🎉 This PR is included in version 4.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable exactOptionalPropertyTypes option in tsconfig
2 participants