Skip to content

Commit

Permalink
Remove redundant @typescript-eslint/no-explicit-any suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
vishrutss authored and karthiknadig committed Sep 23, 2024
1 parent c314bab commit 9682c1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client/common/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import { EnvironmentVariables } from './variables/types';
import { ITestingSettings } from '../testing/configuration/types';

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

Expand Down

0 comments on commit 9682c1a

Please sign in to comment.