2022-07-08 01:30:19 +00:00
|
|
|
{
|
2023-02-16 03:05:26 +00:00
|
|
|
"vitest.commandLine": "npx vitest",
|
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
"source.fixAll.eslint": true
|
|
|
|
},
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
|
|
"git.ignoreLimitWarning": true,
|
|
|
|
"[typescriptreact]": {
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
|
|
},
|
|
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
|
|
}
|