From 14d2364fc69e0222133115c55a36286986006098 Mon Sep 17 00:00:00 2001 From: Markus Hatvan Date: Fri, 15 Oct 2021 09:48:06 +0200 Subject: chore: update eslint setup (#2074) --- src/stores/SettingsStore.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/stores/SettingsStore.js') diff --git a/src/stores/SettingsStore.js b/src/stores/SettingsStore.js index ec80fee7c..ac9356404 100644 --- a/src/stores/SettingsStore.js +++ b/src/stores/SettingsStore.js @@ -2,7 +2,11 @@ import { ipcRenderer } from 'electron'; import { getCurrentWindow } from '@electron/remote'; import { action, computed, observable, reaction } from 'mobx'; import localStorage from 'mobx-localstorage'; -import { DEFAULT_APP_SETTINGS, FILE_SYSTEM_SETTINGS_TYPES, LOCAL_SERVER } from '../config'; +import { + DEFAULT_APP_SETTINGS, + FILE_SYSTEM_SETTINGS_TYPES, + LOCAL_SERVER, +} from '../config'; import { hash } from '../helpers/password-helpers'; import Request from './lib/Request'; import Store from './lib/Store'; -- cgit v1.2.3-70-g09d2