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/quickSwitch/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/features/quickSwitch/index.ts') diff --git a/src/features/quickSwitch/index.ts b/src/features/quickSwitch/index.ts index 9d53d0b2f..e6ee66e16 100644 --- a/src/features/quickSwitch/index.ts +++ b/src/features/quickSwitch/index.ts @@ -3,7 +3,9 @@ import { state as ModalState } from './store'; export { default as Component } from './Component'; const state = ModalState; -const debug = require('../../preload-safe-debug')('Ferdium:feature:quickSwitch'); +const debug = require('../../preload-safe-debug')( + 'Ferdium:feature:quickSwitch', +); export default function initialize() { debug('Initialize quickSwitch feature'); -- cgit v1.2.3-70-g09d2