Files
url-shortener/backend/.vscode/settings.json
T
2025-11-23 20:42:56 +01:00

19 lines
393 B
JSON

{
"editor.codeActionsOnSave": {
"source.organizeImports.biome": "explicit",
"source.fixAll.biome": "explicit"
},
"[typescript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[json]": {
"editor.defaultFormatter": "biomejs.biome"
},
// "editor.quickSuggestions": {
// "other": false,
// "comments": false,
// "strings": false
// },
// "editor.hover.enabled": false,
}