diff --git a/.vscode/settings.json b/.vscode/settings.json index 77377bd..d46602a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,12 @@ { - "vitest.commandLine": "npx vitest" -} \ No newline at end of file + "vitest.commandLine": "npx vitest", + "editor.codeActionsOnSave": { + "source.fixAll.eslint": true + }, + "editor.defaultFormatter": "esbenp.prettier-vscode", + "git.ignoreLimitWarning": true, + "[typescriptreact]": { + "editor.defaultFormatter": "esbenp.prettier-vscode" + }, + "typescript.tsdk": "node_modules/typescript/lib" +}