From a8b28a557865c0473c4081b09f882a5c49790d34 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sat, 19 Nov 2022 11:16:15 -0500 Subject: [PATCH] style(auto): format all supported code with prettier - #139 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/ PR-URL: https://github.com/openinf/.github/pull/139 Reviewed-by: Derek Lewis @DerekNonGeneric Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> --- .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 dc4c495c..83946e6d 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 2cdbe3d4..56cd72be 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 40f4edf4..ddc5aeb3 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",