style: lint

This commit is contained in:
手瓜一十雪
2025-02-03 14:29:38 +08:00
parent ab5bbdedac
commit da7b2c8297
7 changed files with 36 additions and 26 deletions

View File

@@ -225,6 +225,7 @@ declare module '@/pty' {
* @returns an `IDisposable` to stop listening.
*/
export interface IEvent<T> {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
(listener: (e: T) => any): IDisposable;
}
}