Skip to content

Commit d5e7436

Browse files
committed
chore: remove unused eslint-disable directive in AutoConnectService
The @ts-expect-error comment is sufficient for suppressing the unused variable warning, so the eslint-disable directive is not needed.
1 parent 8d0bd85 commit d5e7436

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/services/AutoConnectService.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import { getConfigManager } from '../managers/ConfigManager';
2121
import { SavedPrinterMatch, AutoConnectDecision } from '../types/printer';
2222
export class AutoConnectService extends EventEmitter {
2323
private static instance: AutoConnectService | null = null;
24-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
2524
// @ts-expect-error - ConfigManager will be used when config options are added
2625
private readonly _configManager = getConfigManager();
2726

0 commit comments

Comments
 (0)