forked from profectus/Profectus
12 lines
368 B
JSON
12 lines
368 B
JSON
{
|
|
"vitest.commandLine": "npx vitest",
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"git.ignoreLimitWarning": true,
|
|
"[typescriptreact]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
}
|