aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/src/services/impl/ConfigPersistenceServiceImpl.ts
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-01-03 20:36:40 +0530
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-09 19:49:26 +0100
commit37dc94099b136c1fc29102f28b17921b4fbad16d (patch)
tree82659093f11c9d62a0660b4090cfe43c7aa00929 /packages/main/src/services/impl/ConfigPersistenceServiceImpl.ts
parentUpgrade npm modules (diff)
downloadsophie-37dc94099b136c1fc29102f28b17921b4fbad16d.tar.gz
sophie-37dc94099b136c1fc29102f28b17921b4fbad16d.tar.zst
sophie-37dc94099b136c1fc29102f28b17921b4fbad16d.zip
Incorporate 'eslint' (fixes #3)
Signed-off-by: Vijay A <vraravam@users.noreply.github.com>
Diffstat (limited to 'packages/main/src/services/impl/ConfigPersistenceServiceImpl.ts')
-rw-r--r--packages/main/src/services/impl/ConfigPersistenceServiceImpl.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/main/src/services/impl/ConfigPersistenceServiceImpl.ts b/packages/main/src/services/impl/ConfigPersistenceServiceImpl.ts
index 65a51ba..eba291c 100644
--- a/packages/main/src/services/impl/ConfigPersistenceServiceImpl.ts
+++ b/packages/main/src/services/impl/ConfigPersistenceServiceImpl.ts
@@ -21,7 +21,7 @@
21import { watch } from 'fs'; 21import { watch } from 'fs';
22import { readFile, stat, writeFile } from 'fs/promises'; 22import { readFile, stat, writeFile } from 'fs/promises';
23import JSON5 from 'json5'; 23import JSON5 from 'json5';
24import { throttle} from 'lodash-es'; 24import { throttle } from 'lodash-es';
25import { join } from 'path'; 25import { join } from 'path';
26 26
27import type { ConfigPersistenceService, ReadConfigResult } from '../ConfigPersistenceService.js'; 27import type { ConfigPersistenceService, ReadConfigResult } from '../ConfigPersistenceService.js';