From cf282aa351cbc58691fb1b2fb4764830247cdbe8 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Mon, 25 Jul 2022 08:16:50 +0530 Subject: eslint needs to be executed at the top-level to actually work --- src/features/basicAuth/mainIpcHandler.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/features/basicAuth') diff --git a/src/features/basicAuth/mainIpcHandler.ts b/src/features/basicAuth/mainIpcHandler.ts index 5d320df5c..d9cedc974 100644 --- a/src/features/basicAuth/mainIpcHandler.ts +++ b/src/features/basicAuth/mainIpcHandler.ts @@ -1,6 +1,8 @@ import { BrowserWindow } from 'electron'; -const debug = require('../../preload-safe-debug')('Ferdium:feature:basicAuth:main'); +const debug = require('../../preload-safe-debug')( + 'Ferdium:feature:basicAuth:main', +); export default function mainIpcHandler(mainWindow: BrowserWindow, authInfo) { debug('Sending basic auth call', authInfo); -- cgit v1.2.3-70-g09d2