Skip to content

Commit

Permalink
style(auto): format all supported code with prettier - #139
Browse files Browse the repository at this point in the history
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: #139
Reviewed-by: Derek Lewis <DerekNonGeneric@inf.is> @DerekNonGeneric
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
  • Loading branch information
deepsource-autofix[bot] authored and DerekNonGeneric committed Feb 21, 2023
1 parent c6b4fa0 commit 49e0a98
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .vscode/extensions.json
Expand Up @@ -21,7 +21,5 @@
"travisthetechie.write-good-linter",
"yzhang.markdown-all-in-one"
],
"unwantedRecommendations": [
"esbenp.prettier-vscode"
]
"unwantedRecommendations": ["esbenp.prettier-vscode"]
}
1 change: 0 additions & 1 deletion .vscode/settings.json
Expand Up @@ -50,7 +50,6 @@
"terminal.integrated.useWslProfiles": false,

"terminal.integrated.profiles.linux": {

"bash": null,
"zsh": null,
"fish": {
Expand Down
4 changes: 1 addition & 3 deletions .vscode/tasks.json
Expand Up @@ -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",
Expand Down

0 comments on commit 49e0a98

Please sign in to comment.