Advent-Incremental/.vscode/settings.json

7 lines
177 B
JSON
Raw Normal View History

2022-09-26 23:41:10 +00:00
{
"vitest.commandLine": "npx vitest",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
2022-09-26 23:41:10 +00:00
}