mirror of https://github.com/buster-so/buster.git
19 lines
539 B
Plaintext
19 lines
539 B
Plaintext
|
{
|
||
|
"folders": [
|
||
|
{ "path": ".." },
|
||
|
{ "path": "../apps/web" }
|
||
|
],
|
||
|
"settings": {
|
||
|
"editor.defaultFormatter": "biomejs.biome",
|
||
|
"editor.formatOnSave": true,
|
||
|
"editor.codeActionsOnSave": {
|
||
|
"quickfix.biome": "explicit",
|
||
|
"source.organizeImports.biome": "explicit"
|
||
|
},
|
||
|
"typescript.preferences.importModuleSpecifier": "relative",
|
||
|
"typescript.suggest.autoImports": true,
|
||
|
"typescript.updateImportsOnFileMove.enabled": "always",
|
||
|
"vitest.maximumConfigs": 25
|
||
|
}
|
||
|
}
|
||
|
|