From 165ca378b26f9fe9c4a6d1fcb030a85107864cf8 Mon Sep 17 00:00:00 2001 From: lawvs <18554747+lawvs@users.noreply.github.com> Date: Thu, 25 Jul 2024 20:24:41 +0800 Subject: [PATCH] chore: format --- .changeset/config.json | 8 ++------ .vscode/settings.template.json | 5 ++++- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 1c25a0b..f170fa4 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -3,13 +3,9 @@ "changelog": "@changesets/cli/changelog", "commit": false, "fixed": [], - "linked": [ - [ - "@fn-sphere/*" - ] - ], + "linked": [["@fn-sphere/*"]], "access": "restricted", "baseBranch": "main", "updateInternalDependencies": "patch", "ignore": [] -} \ No newline at end of file +} diff --git a/.vscode/settings.template.json b/.vscode/settings.template.json index 0d38f00..4ed8f4f 100644 --- a/.vscode/settings.template.json +++ b/.vscode/settings.template.json @@ -6,5 +6,8 @@ "source.fixAll": "explicit", "source.organizeImports": "explicit" }, - "testing.automaticallyOpenPeekView": "never" + "testing.automaticallyOpenPeekView": "never", + "[json]": { + "editor.defaultFormatter": "esbenp.prettier-vscode" + } }