From 37dc94099b136c1fc29102f28b17921b4fbad16d Mon Sep 17 00:00:00 2001 From: Vijay A Date: Mon, 3 Jan 2022 20:36:40 +0530 Subject: Incorporate 'eslint' (fixes #3) Signed-off-by: Vijay A --- packages/main/src/services/impl/ConfigPersistenceServiceImpl.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/main/src/services/impl/ConfigPersistenceServiceImpl.ts') 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 @@ import { watch } from 'fs'; import { readFile, stat, writeFile } from 'fs/promises'; import JSON5 from 'json5'; -import { throttle} from 'lodash-es'; +import { throttle } from 'lodash-es'; import { join } from 'path'; import type { ConfigPersistenceService, ReadConfigResult } from '../ConfigPersistenceService.js'; -- cgit v1.2.3-54-g00ecf