From b814e4fa8c618bec46e08f15a5277344472a7689 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sat, 19 Nov 2022 03:59:23 +0000 Subject: [PATCH] Format code with prettier This commit fixes the style issues introduced in a190edc according to the output from prettier. Details: https://deepsource.io/gh/openinf/.github/transform/63a648e3-7e6e-4294-8eed-fc9a1b0bc7e4/ --- .vscode/extensions.json | 4 +--- .vscode/settings.json | 1 - .vscode/tasks.json | 4 +--- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index dc4c495ca..83946e6d7 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -21,7 +21,5 @@ "travisthetechie.write-good-linter", "yzhang.markdown-all-in-one" ], - "unwantedRecommendations": [ - "esbenp.prettier-vscode" - ] + "unwantedRecommendations": ["esbenp.prettier-vscode"] } diff --git a/.vscode/settings.json b/.vscode/settings.json index 2cdbe3d4f..56cd72be5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -50,7 +50,6 @@ "terminal.integrated.useWslProfiles": false, "terminal.integrated.profiles.linux": { - "bash": null, "zsh": null, "fish": { diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 40f4edf4e..ddc5aeb30 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -12,9 +12,7 @@ "tasks": [ { "label": "Create fish shell terminal", - "dependsOn": [ - "fish" - ], + "dependsOn": ["fish"], // Mark as the default build task so cmd/ctrl+shift+b will create them. "group": { "kind": "build",