15 lines
345 B
JSON
15 lines
345 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"quickfix.biome": "explicit"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "biomejs.biome"
|
|
},
|
|
"[typescriptreact]": {
|
|
"editor.defaultFormatter": "biomejs.biome"
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "biomejs.biome"
|
|
},
|
|
"typescript.inlayHints.parameterNames.enabled": "all"
|
|
}
|