Advent-Incremental/.vscode/settings.json

9 lines
268 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,
"typescript.tsdk": "node_modules/typescript/lib",
2022-09-26 23:41:10 +00:00
}