fmt: sort imports

This commit is contained in:
duskflower 2025-01-24 18:10:10 +01:00
parent 12094316ee
commit 5a49648e64
20 changed files with 89 additions and 102 deletions

View file

@ -1,6 +1,7 @@
{
"editor.codeActionsOnSave": {
"quickfix.biome": "explicit"
"quickfix.biome": "explicit",
"source.organizeImports.biome": "explicit"
},
"typescript.inlayHints.parameterNames.enabled": "all",
"[typescript]": {