From 6999276af466c705ee71295593e2d34fcff5e0b6 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Tue, 25 Feb 2025 22:51:03 +0000 Subject: [PATCH] Format again --- frontend/obsidian-plugin/tsconfig.json | 11 +++-------- frontend/sync-client/tsconfig.json | 11 +++-------- frontend/test-client/tsconfig.json | 11 +++-------- 3 files changed, 9 insertions(+), 24 deletions(-) diff --git a/frontend/obsidian-plugin/tsconfig.json b/frontend/obsidian-plugin/tsconfig.json index 09dab42..90ae756 100644 --- a/frontend/obsidian-plugin/tsconfig.json +++ b/frontend/obsidian-plugin/tsconfig.json @@ -6,12 +6,7 @@ "strict": true, "moduleResolution": "bundler", "allowSyntheticDefaultImports": true, - "lib": [ - "DOM", - "ESNext" - ] + "lib": ["DOM", "ESNext"] }, - "exclude": [ - "./dist" - ] -} \ No newline at end of file + "exclude": ["./dist"] +} diff --git a/frontend/sync-client/tsconfig.json b/frontend/sync-client/tsconfig.json index d629c59..6db72fc 100644 --- a/frontend/sync-client/tsconfig.json +++ b/frontend/sync-client/tsconfig.json @@ -6,12 +6,7 @@ "strict": true, "moduleResolution": "bundler", "allowSyntheticDefaultImports": true, - "lib": [ - "DOM", - "ESNext" - ] + "lib": ["DOM", "ESNext"] }, - "exclude": [ - "./dist" - ] -} \ No newline at end of file + "exclude": ["./dist"] +} diff --git a/frontend/test-client/tsconfig.json b/frontend/test-client/tsconfig.json index 4995a2b..67691c5 100644 --- a/frontend/test-client/tsconfig.json +++ b/frontend/test-client/tsconfig.json @@ -5,13 +5,8 @@ "target": "ES2022", "module": "CommonJS", "esModuleInterop": true, - "lib": [ - "DOM", - "ESNext" - ], + "lib": ["DOM", "ESNext"], "moduleResolution": "node" }, - "exclude": [ - "./dist" - ] -} \ No newline at end of file + "exclude": ["./dist"] +}