Skip to content

Commit

Permalink
[conf] set recommended formatter to biome
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhyde committed Dec 22, 2024
1 parent 7e7c966 commit 172f736
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"recommendations": [
"biomejs.biome",
"dbaeumer.vscode-eslint",
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"vitest.explorer"
]
}
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"source.fixAll": "always",
"source.organizeImports": "always"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.defaultFormatter": "biomejs.biome",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"eslint.workingDirectories": [{ "mode": "auto" }]
Expand Down

0 comments on commit 172f736

Please sign in to comment.