Skip to content

Commit

Permalink
Format code with prettier
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/
  • Loading branch information
deepsource-autofix[bot] authored and DerekNonGeneric committed Nov 19, 2022
1 parent 6a90a6e commit ce05761
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 ce05761

Please sign in to comment.