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

Disable no-invalid-void-type rule #57

Open
dudeofawesome opened this issue Nov 2, 2024 · 0 comments
Open

Disable no-invalid-void-type rule #57

dudeofawesome opened this issue Nov 2, 2024 · 0 comments
Labels
bug Something isn't working p1 Priority 1 (High)

Comments

@dudeofawesome
Copy link
Owner

no-invalid-void-type has numerous issues preventing the use of void in places where it should be allowed. We should disable this rule until it is fixed to enable those intended uses.

Effect.async<void, OTLPExporterError>((resume) => {
Promise<void[]>

typescript-eslint/typescript-eslint#8113

@dudeofawesome dudeofawesome added the bug Something isn't working label Nov 2, 2024
@github-project-automation github-project-automation bot moved this to Backlog in code-style Nov 2, 2024
@dudeofawesome dudeofawesome added the p1 Priority 1 (High) label Nov 2, 2024
@dudeofawesome dudeofawesome moved this from Backlog to Ready in code-style Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working p1 Priority 1 (High)
Projects
Status: Ready
Development

No branches or pull requests

1 participant