Advent-Incremental/.vscode/settings.json
2022-12-06 23:38:35 +07:00

8 lines
No EOL
213 B
JSON

{
"vitest.commandLine": "npx vitest",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"git.ignoreLimitWarning": true
}