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/serviceProxy/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/features/serviceProxy') diff --git a/src/features/serviceProxy/index.ts b/src/features/serviceProxy/index.ts index e0d667a72..51e67feca 100644 --- a/src/features/serviceProxy/index.ts +++ b/src/features/serviceProxy/index.ts @@ -1,7 +1,9 @@ import { autorun, observable } from 'mobx'; import { session } from '@electron/remote'; -const debug = require('../../preload-safe-debug')('Ferdium:feature:serviceProxy'); +const debug = require('../../preload-safe-debug')( + 'Ferdium:feature:serviceProxy', +); export const config = observable({ isEnabled: true, -- cgit v1.2.3-54-g00ecf