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/stores/SettingsStore.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/stores') diff --git a/src/stores/SettingsStore.ts b/src/stores/SettingsStore.ts index a03d3c188..e2903c952 100644 --- a/src/stores/SettingsStore.ts +++ b/src/stores/SettingsStore.ts @@ -1,4 +1,3 @@ - import { ipcRenderer } from 'electron'; import { getCurrentWindow } from '@electron/remote'; import { action, computed, makeObservable, observable, reaction } from 'mobx'; -- cgit v1.2.3-54-g00ecf