Skip to content

Commit

Permalink
chore(vscode): recommended settings and extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
j10ccc committed Oct 19, 2024
1 parent 9b69091 commit 6f3575a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"recommendations": [
"streetsidesoftware.code-spell-checker",
"wayou.vscode-todo-highlight",
"vue.volar",
"eamodio.gitlens",
"dbaeumer.vscode-eslint",
"usernamehw.errorlens",
"yutengjing.vscode-colorize-plus",
"editorconfig.editorconfig"
],
}
15 changes: 15 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"eslint.experimental.useFlatConfig": true,
"eslint.format.enable": true,
"editor.formatOnSaveMode": "file",
"eslint.probe": [
"typescript",
"vue",
],
"[typescript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[vue]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
}

0 comments on commit 6f3575a

Please sign in to comment.