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

front: enable @typescript-eslint/no-unsafe-return #8884

Merged
merged 1 commit into from
Sep 18, 2024
Merged

Conversation

emersion
Copy link
Member

@emersion emersion commented Sep 16, 2024

Part of #8772

Disallow returning any values, to avoid having these spread to other parts of the codebase due to type inference.

See https://typescript-eslint.io/rules/no-unsafe-return/

@emersion emersion self-assigned this Sep 16, 2024
@emersion emersion marked this pull request as ready for review September 17, 2024 13:03
@emersion emersion requested a review from a team as a code owner September 17, 2024 13:03
Copy link
Contributor

@clarani clarani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM ✅

@emersion emersion added this pull request to the merge queue Sep 18, 2024
Merged via the queue into dev with commit fbf8e3e Sep 18, 2024
23 checks passed
@emersion emersion deleted the emr/no-return-any branch September 18, 2024 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants