Skip to content

Commit

Permalink
Merge pull request #136 from j10ccc/chore/vscode-settings
Browse files Browse the repository at this point in the history
chore(vscode): recommend settings and extensions
  • Loading branch information
xixiIBN5100 authored Dec 9, 2024
2 parents f2783d8 + 6f3575a commit 678fc22
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 678fc22

Please sign in to comment.