Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style(auto): format all supported code with prettier #139

Merged
merged 1 commit into from Nov 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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