🚨make biome happy with new stuff

This commit is contained in:
Rose 2024-10-16 10:10:43 -05:00
parent 5b5e21e614
commit eb97ade514
No known key found for this signature in database
4 changed files with 18 additions and 12 deletions

View file

@ -5,5 +5,8 @@
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
},
"typescript.tsdk": "node_modules\\typescript\\lib"
"typescript.tsdk": "node_modules\\typescript\\lib",
"[typescript]": {
"editor.defaultFormatter": "biomejs.biome"
}
}