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