Advent-Incremental/.vscode/settings.json

12 lines
361 B
JSON
Raw Normal View History

2022-09-26 23:41:10 +00:00
{
"vitest.commandLine": "npx vitest",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
2022-12-06 16:38:35 +00:00
"editor.defaultFormatter": "esbenp.prettier-vscode",
"git.ignoreLimitWarning": true,
2022-12-08 14:04:58 +00:00
"[typescriptreact]": {
2022-12-13 12:53:15 +00:00
"editor.defaultFormatter": "esbenp.prettier-vscode"
2022-12-08 14:04:58 +00:00
},
"typescript.tsdk": "node_modules/typescript/lib"
2022-09-26 23:41:10 +00:00
}