chore: add prettier

This commit is contained in:
2025-01-02 13:23:39 +03:30
parent 09498b6079
commit 219a04deec
13 changed files with 228 additions and 4 deletions

17
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"recommendations": [
"cardinal90.multi-cursor-case-preserve",
"christian-kohler.path-intellisense",
"davidanson.vscode-markdownlint",
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"github.copilot-chat",
"github.vscode-github-actions",
"github.vscode-pull-request-github",
"streetsidesoftware.code-spell-checker-persian",
"streetsidesoftware.code-spell-checker",
"yzhang.markdown-all-in-one",
"gruntfuggly.todo-tree",
"arcanis.vscode-zipfs"
]
}