Skip to content

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

@Tyriar

Description

@Tyriar

Don't think this is needed:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions