Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit ac09cc8

Browse files
committed
chore: 🔧 Update .vscode settings
1 parent d44dac0 commit ac09cc8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.vscode/settings.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
22
"typescript.tsdk": "node_modules/.pnpm/[email protected]/node_modules/typescript/lib",
3-
"typescript.enablePromptUseWorkspaceTsdk": true
3+
"typescript.enablePromptUseWorkspaceTsdk": true,
4+
"npm.packageManager": "pnpm",
5+
"editor.codeActionsOnSave": {
6+
"source.fixAll.eslint": true,
7+
"source.organizeImports": true
8+
}
49
}

0 commit comments

Comments
 (0)