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

Redundant @typescript-eslint/no-explicit-any suppression #24076

Closed
Tyriar opened this issue Sep 9, 2024 · 0 comments · Fixed by #24091
Closed

Redundant @typescript-eslint/no-explicit-any suppression #24076

Tyriar opened this issue Sep 9, 2024 · 0 comments · Fixed by #24091
Labels
debt Covers everything internal: CI, testing, refactoring of the codebase, etc. good first issue needs PR Ready to be worked on

Comments

@Tyriar
Copy link
Member

Tyriar commented Sep 9, 2024

Don't think this is needed:

export interface IDisposable {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
dispose(): void | undefined | Promise<void>;
}

@Tyriar Tyriar added the debt Covers everything internal: CI, testing, refactoring of the codebase, etc. label Sep 9, 2024
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Sep 9, 2024
@karthiknadig karthiknadig added good first issue needs PR Ready to be worked on and removed triage-needed Needs assignment to the proper sub-team labels Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debt Covers everything internal: CI, testing, refactoring of the codebase, etc. good first issue needs PR Ready to be worked on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants