diff --git a/lib/util/json-writer/editor-config.ts b/lib/util/json-writer/editor-config.ts
index 27beccd5d1092d9af6da06ee027fe9fc041a6636..57aa6aa671f88235b4d3155bf76b7464658c5200 100644
--- a/lib/util/json-writer/editor-config.ts
+++ b/lib/util/json-writer/editor-config.ts
@@ -7,7 +7,7 @@ import type { IndentationType } from './indentation-type';
 
 export class EditorConfig {
   public static async getCodeFormat(fileName: string): Promise<CodeFormat> {
-    const localDir = GlobalConfig.get('localDir', 'asdf');
+    const localDir = GlobalConfig.get('localDir', '');
     try {
       const knownProps = await parse(upath.join(localDir, fileName));
       return {