Skip to content

Commit

Permalink
chore: vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
altano committed Nov 4, 2024
1 parent 3e00af6 commit 18b1f8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"eslint.enable": true,
"vitest.enable": true,
"vitest.enable": false,
"prettier.enable": true,
"biome.enabled": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
Expand All @@ -26,5 +26,6 @@
"turbo.path": "./node_modules/.bin/turbo",
"typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.tsdk": "node_modules/typescript/lib",
"vitest.disableWorkspaceWarning": true
"vitest.disableWorkspaceWarning": true,
"search.followSymlinks": false
}

0 comments on commit 18b1f8c

Please sign in to comment.